/* /Components/Components/BlazorReconnector.razor.rz.scp.css */
.connection-body[b-s079blweid] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 1rem;
}

.reconnect-card[b-s079blweid] {
    width: 100%;
    max-width: 400px;
    border-radius: 0.5rem;
}

.reconnect-card .card-header[b-s079blweid] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem;
}

.reconnect-card .card-body[b-s079blweid] {
    padding: 2rem 1.5rem;
}

.reconnect-body[b-s079blweid] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.disconnected-icon[b-s079blweid] {
    font-size: 4rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.disconnected-message[b-s079blweid] {
    font-size: 0.95rem;
    color: #495057;
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 1.5rem;
}

.captcha-refresh[b-s079blweid] {
    cursor: pointer;
    font-size: 1.25rem;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.captcha-refresh:hover[b-s079blweid] {
    color: #495057;
    transform: rotate(180deg);
}

.reconnect-card .card-footer[b-s079blweid] {
    border: 0;
    padding-top: 0;
}

.reconnect-card .card-footer .btn[b-s079blweid] {
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    width: 100%;
}

.reconnect-card .card-footer .btn-primary:hover[b-s079blweid] {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.reconnect-card .card-footer .btn i[b-s079blweid] {
    margin-right: 0.5rem;
}

/* 移动端适配 */
@media (max-width: 576px) {
    .connection-body[b-s079blweid] {
        padding: 0.5rem;
    }

    .reconnect-card[b-s079blweid] {
        max-width: 100%;
    }

    .reconnect-card .card-body[b-s079blweid] {
        padding: 1.5rem 1rem;
    }

    .disconnected-icon[b-s079blweid] {
        font-size: 3rem;
    }

    .disconnected-message[b-s079blweid] {
        font-size: 0.875rem;
    }
}
/* /Components/Components/GuildCompare.razor.rz.scp.css */
.guild-compare[b-b30ohn34v7] {
    --left-accent: #2563eb;
    --left-soft: #dbeafe;
    --right-accent: #ea580c;
    --right-soft: #ffedd5;
    --text-strong: #0f172a;
    --text-body: #334155;
    --text-muted: #64748b;
    --surface: #ffffff;
    --surface-muted: #f8fafc;
    --border: #e2e8f0;
    --success: #059669;
    --warning: #d97706;
    display: grid;
    grid-template-rows: auto auto 1fr;
    gap: 0.6rem;
    height: 100vh;
    overflow: hidden;
}

.compare-panel[b-b30ohn34v7] {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 0.95rem;
}

.compare-toolbar[b-b30ohn34v7] {
    padding: 0.75rem;
}

.toolbar-title[b-b30ohn34v7] {
    margin-bottom: 0.6rem;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text-strong);
}

.toolbar-selectors[b-b30ohn34v7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.toolbar-field[b-b30ohn34v7] {
    display: grid;
    gap: 0.3rem;
}

.toolbar-label[b-b30ohn34v7] {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
}

.compare-summary[b-b30ohn34v7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    padding: 0.7rem 0.8rem;
}

.summary-team[b-b30ohn34v7] {
    min-width: 0;
}

.summary-name[b-b30ohn34v7] {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--text-strong);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.summary-meta[b-b30ohn34v7] {
    margin-top: 0.2rem;
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    font-size: 0.76rem;
    color: var(--text-muted);
}

.summary-team-left .summary-name[b-b30ohn34v7] {
    color: var(--left-accent);
}

.summary-team-right .summary-name[b-b30ohn34v7] {
    color: var(--right-accent);
    text-align: right;
}

.summary-team-right .summary-meta[b-b30ohn34v7] {
    justify-content: flex-end;
}

.summary-diff-wrap[b-b30ohn34v7] {
    display: grid;
    justify-items: center;
    gap: 0.2rem;
}

.summary-diff-label[b-b30ohn34v7] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

.summary-diff[b-b30ohn34v7] {
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.summary-diff-left[b-b30ohn34v7] {
    color: var(--left-accent);
    background: var(--left-soft);
}

.summary-diff-right[b-b30ohn34v7] {
    color: var(--right-accent);
    background: var(--right-soft);
}

.summary-diff-neutral[b-b30ohn34v7] {
    color: var(--warning);
    background: #fff7ed;
}

.compare-data[b-b30ohn34v7] {
    position: relative;
    min-height: 0;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .compare-data.is-loading[b-b30ohn34v7] {
        min-height: 14rem;
    }

.loading-state[b-b30ohn34v7] {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.loading-text[b-b30ohn34v7] {
    font-size: 0.85rem;
    color: var(--text-muted);
}

.data-header[b-b30ohn34v7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
    gap: 0.55rem;
    padding: 0 0.25rem 0.45rem;
    border-bottom: 1px solid var(--border);
    margin-bottom: 0.45rem;
}

.data-col[b-b30ohn34v7] {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-col-center[b-b30ohn34v7] {
    text-align: center;
}

.data-col-right[b-b30ohn34v7] {
    text-align: right;
}

.comparison-rows[b-b30ohn34v7] {
    display: grid;
    gap: 0.32rem;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding-right: 0.15rem;
}

    .comparison-rows[b-b30ohn34v7]::-webkit-scrollbar {
        width: 5px;
    }

    .comparison-rows[b-b30ohn34v7]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 999px;
    }

.comparison-row[b-b30ohn34v7] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px minmax(0, 1fr);
    gap: 0.55rem;
    align-items: center;
    padding: 0.55rem 0.35rem;
    border-radius: 0.7rem;
}

    .comparison-row:nth-child(odd)[b-b30ohn34v7] {
        background: var(--surface-muted);
    }

.count-cell[b-b30ohn34v7] {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
}

.count-cell-left[b-b30ohn34v7] {
    justify-content: center;
}

.count-cell-right[b-b30ohn34v7] {
    justify-content: center;
}

.count-value[b-b30ohn34v7] {
    color: var(--text-strong);
    display: inline-block;
    min-width: 3ch;
    text-align: center;
}

.count-cell.winner .count-value[b-b30ohn34v7] {
    color: var(--success);
}

.count-cell.loser .count-value[b-b30ohn34v7] {
    color: var(--text-muted);
}

.count-cell.tie .count-value[b-b30ohn34v7] {
    color: var(--warning);
}

.count-arrow[b-b30ohn34v7] {
    font-size: 0.7rem;
    color: #dc2626;
    line-height: 1;
}

.power-block[b-b30ohn34v7] {
    display: grid;
    justify-items: center;
    gap: 0.16rem;
}

.power-pill[b-b30ohn34v7] {
    min-width: 3.25rem;
    padding: 0.22rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    text-align: center;
}

.power-diff[b-b30ohn34v7] {
    font-size: 0.68rem;
    font-weight: 700;
    min-width: 3ch;
    line-height: 1;
    padding: 0.16rem 0.38rem;
    border-radius: 999px;
}

.diff-left[b-b30ohn34v7] {
    color: var(--left-accent);
}

.diff-right[b-b30ohn34v7] {
    color: var(--right-accent);
}

.diff-tie[b-b30ohn34v7] {
    color: var(--warning);
    background: #fff7ed;
}

.empty-state[b-b30ohn34v7] {
    min-height: 10rem;
    display: grid;
    place-content: center;
    text-align: center;
    gap: 0.3rem;
}

.empty-title[b-b30ohn34v7] {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--text-strong);
}

.empty-text[b-b30ohn34v7] {
    font-size: 0.82rem;
    color: var(--text-muted);
}

@media (max-width: 768px) {
    .compare-toolbar[b-b30ohn34v7],
    .compare-summary[b-b30ohn34v7],
    .compare-data[b-b30ohn34v7] {
        padding: 0.65rem;
    }

    .toolbar-selectors[b-b30ohn34v7] {
        grid-template-columns: 1fr;
    }

    .compare-summary[b-b30ohn34v7] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: start;
    }

    .summary-team-left[b-b30ohn34v7] {
        grid-column: 1;
        grid-row: 1;
    }

    .summary-team-right[b-b30ohn34v7] {
        grid-column: 3;
        grid-row: 1;
    }

    .summary-diff-wrap[b-b30ohn34v7] {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-items: center;
    }

    .summary-name[b-b30ohn34v7] {
        white-space: normal;
    }

    .summary-team-left .summary-name[b-b30ohn34v7],
    .summary-team-left .summary-meta[b-b30ohn34v7] {
        text-align: left;
        justify-content: flex-start;
    }

    .summary-team-right .summary-name[b-b30ohn34v7],
    .summary-team-right .summary-meta[b-b30ohn34v7] {
        text-align: right;
        justify-content: flex-end;
    }

    .comparison-rows[b-b30ohn34v7] {
        max-height: calc(100vh - 330px);
    }

    .comparison-row[b-b30ohn34v7],
    .data-header[b-b30ohn34v7] {
        grid-template-columns: minmax(0, 1fr) 68px minmax(0, 1fr);
        gap: 0.4rem;
    }

    .count-cell[b-b30ohn34v7] {
        font-size: 0.95rem;
    }

    .power-pill[b-b30ohn34v7] {
        min-width: 2.7rem;
        font-size: 0.68rem;
    }
}
/* /Components/Components/GuildPlayerChanges.razor.rz.scp.css */
/* Player Changes List Card Styles */

.player-card[b-a0etjv5bly] {
    transition: all 0.3s ease;
}

.player-card:hover[b-a0etjv5bly] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.player-class[b-a0etjv5bly] {
    display: inline-block;
    width: fit-content;
    font-size: 0.75rem;
}
/* /Components/Components/GuildRankingList.razor.rz.scp.css */
/* Guild Ranking List - Flex Layout with Scrollable Content */

.guild-card-container[b-nyz5rp65l6] {
    display: flex;
    flex-direction: column;
}

.guild-card[b-nyz5rp65l6] {
    transition: all 0.3s ease;
    cursor: pointer;
}

.guild-card:hover[b-nyz5rp65l6] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.guild-card.expanded[b-nyz5rp65l6] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.guild-chart-area[b-nyz5rp65l6] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    animation: slideDown-b-nyz5rp65l6 0.3s ease-in-out;
}

@keyframes slideDown-b-nyz5rp65l6 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Components/PlayerRankingTable.razor.rz.scp.css */
/* Player Ranking Table - Flex Layout with Fixed Pagination */
.player-ranking-container[b-d4756sqqmo] {
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: auto;
}

/* Top Part: Scrollable List */
.player-ranking-list[b-d4756sqqmo] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

/* Bottom Part: Fixed Pagination */
.pagination-container[b-d4756sqqmo] {
    flex-shrink: 0;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    width: 100%;
}

/* Card Styles */
.ranking-card[b-d4756sqqmo] {
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.ranking-card:hover[b-d4756sqqmo] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.player-class[b-d4756sqqmo] {
    display: inline-block;
    width: fit-content;
    font-size: 0.75rem;
}

.pagination-info[b-d4756sqqmo] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pagination-controls[b-d4756sqqmo] {
    display: flex;
    align-items: center;
}

/* Mobile optimizations */
@media (max-width: 768px) {
    .pagination-container[b-d4756sqqmo] {
        flex-direction: column;
        gap: 0.75rem;
        padding: 0.75rem !important;
    }

    .pagination-info[b-d4756sqqmo] {
        display: none; /* Hide pagination info on mobile to save space */
    }

    .pagination-controls[b-d4756sqqmo] {
        width: 100%;
        justify-content: center;
        gap: 0.25rem;
    }

    .pagination-controls button[b-d4756sqqmo] {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }

    .pagination-controls span[b-d4756sqqmo] {
        font-size: 0.875rem;
        margin: 0 0.5rem;
    }
}

/* Image Preview Overlay */
.image-overlay[b-d4756sqqmo] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-overlay-content[b-d4756sqqmo] {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.image-overlay-content img[b-d4756sqqmo] {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.image-overlay-close[b-d4756sqqmo] {
    opacity: 0.9;
}
}
/* /Components/Components/WuxiaCollapse.razor.rz.scp.css */
/* 武侠折叠卡片样式 */

.wuxia-collapse-card[b-d0n18igxc6] {
    margin-bottom: 0.25rem;
}

    .wuxia-collapse-card .collapse-header[b-d0n18igxc6] {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        padding: 0.3rem;
        margin:0.3rem;
        border-radius: 0.5rem;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        user-select: none;
    }

        .wuxia-collapse-card .collapse-header:hover[b-d0n18igxc6] {
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
            transform: translateY(-1px);
        }

        .wuxia-collapse-card .collapse-header.expanded[b-d0n18igxc6] {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

    .wuxia-collapse-card .collapse-title[b-d0n18igxc6] {
        font-weight: 700;
        color: white;
        font-size: 1rem;
    }

    .wuxia-collapse-card .collapse-content[b-d0n18igxc6] {
        overflow: hidden;
        transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.3s ease;
    }

        .wuxia-collapse-card .collapse-content.collapsed[b-d0n18igxc6] {
            max-height: 0;
            opacity: 0;
            padding: 0;
        }

        .wuxia-collapse-card .collapse-content.expanded[b-d0n18igxc6] {
            max-height: 800px;
            opacity: 1;
            padding-top: 0.25rem;
        }
/* /Components/Components/WuxiaTaskManager.razor.rz.scp.css */
/* WuxiaTaskManager Layout Styles */

.task-manager-container[b-73er7gqf0b] {
    display: flex;
    flex-direction: column;
    /* Calculate minimum height accounting for main element padding (2rem = 1rem * 2 sides) */
    /* and additional buffer for header/navigation elements (2rem) */
    min-height: calc(100vh - 4rem);
    width: 100%;
}

.task-manager-content[b-73er7gqf0b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    /* Allow flex children to shrink below their content size for proper scrolling behavior */
    min-height: 0;
}

.task-cards-section[b-73er7gqf0b] {
    flex-shrink: 0;
}

.task-log-section[b-73er7gqf0b] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 300px;
    margin-top: 1rem;
}

.task-log-card[b-73er7gqf0b] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.task-log-card .card-body[b-73er7gqf0b] {
    flex: 1;
    overflow: hidden;
    padding: 0;
    /* Allow flex children to shrink below their content size for proper scrolling behavior */
    min-height: 0;
}

.task-log-console-wrapper[b-73er7gqf0b] {
    height: 100%;
    width: 100%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Main Layout Flex Layout with Bootstrap Container */

.layout-wrapper[b-j1yr0uc3kz] {
    display: flex;
    justify-content: center;
    height: 100vh; /* Fallback for older browsers */
    height: 100dvh; /* Dynamic viewport height for mobile browsers */
    width: 100%;
    overflow: hidden;
}

.layout-container[b-j1yr0uc3kz] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Fallback for older browsers */
    height: 100dvh; /* Dynamic viewport height for mobile browsers */
    overflow: hidden;
}

/* Top Part: Sticky Header */
.layout-header[b-j1yr0uc3kz] {
    flex-shrink: 0;
    z-index: 1000;
    padding-top: 0.3rem;
}

/* Bottom Part: Content taking remaining height */
.layout-content[b-j1yr0uc3kz] {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9ozb8ik6c7],
.components-reconnect-repeated-attempt-visible[b-9ozb8ik6c7],
.components-reconnect-failed-visible[b-9ozb8ik6c7],
.components-pause-visible[b-9ozb8ik6c7],
.components-resume-failed-visible[b-9ozb8ik6c7],
.components-rejoining-animation[b-9ozb8ik6c7] {
    display: none;
}

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


#components-reconnect-modal[b-9ozb8ik6c7] {
    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-9ozb8ik6c7 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-9ozb8ik6c7 {
    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;
    }
}
