/* /Features/CryptoResearch/Components/CryptoCoinDetail.razor.rz.scp.css */
.crypto-section[b-b55f9twxsc] {
    margin-bottom: 1.25rem;
}

.section-header[b-b55f9twxsc] {
    margin-bottom: .9rem;
}

.section-title[b-b55f9twxsc] {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--app-text);
    font-weight: 700;
}

.section-subtitle[b-b55f9twxsc] {
    margin: .35rem 0 0;
    color: var(--app-text-secondary);
    font-size: .92rem;
}

.crypto-coin-detail-header .coin-text[b-b55f9twxsc] {
    flex: 0 1 auto;
    gap: .6rem;
}

.crypto-coin-detail-header[b-b55f9twxsc] {
    gap: .7rem;
}

.crypto-coin-detail-header .coin-name-inline[b-b55f9twxsc] {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.crypto-coin-detail-header .coin-logo[b-b55f9twxsc] {
    width: min(2.55rem, calc(1.21125rem + 1.785vw));
    height: min(2.55rem, calc(1.21125rem + 1.785vw));
    object-fit: contain;
}

.crypto-coin-detail-overview-grid[b-b55f9twxsc] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 992px) {
    .crypto-coin-detail-overview-grid[b-b55f9twxsc] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .crypto-coin-detail-overview-grid[b-b55f9twxsc] {
        grid-template-columns: 1fr;
    }
}
/* /Features/CryptoResearch/Components/CryptoResearch.razor.rz.scp.css */
.crypto-section[b-d7glnt7eev] {
    margin-bottom: 1.25rem;
}

.section-header[b-d7glnt7eev] {
    margin-bottom: .9rem;
}

.section-title[b-d7glnt7eev] {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--app-text);
    font-weight: 700;
}

.section-subtitle[b-d7glnt7eev] {
    margin: .35rem 0 0;
    color: var(--app-text-secondary);
    font-size: .92rem;
}

.crypto-section-meta[b-d7glnt7eev] {
    margin: -.35rem 0 .75rem;
    color: var(--app-text-secondary);
    font-size: .9rem;
}

.overview-card-value-inline[b-d7glnt7eev] {
    display: inline-flex;
    align-items: center;
    gap: 1.1rem;
}

.overview-card-main-value[b-d7glnt7eev] {
    display: inline-block;
}

.overview-card-inline-change[b-d7glnt7eev] {
    font-size: .66em;
    font-weight: 700;
    white-space: nowrap;
}

.crypto-attribution[b-d7glnt7eev] {
    color: var(--app-text-secondary);
    text-align: right;
    font-size: .85rem;
}

    .crypto-attribution a[b-d7glnt7eev] {
        color: var(--app-primary);
        text-decoration: none;
    }

        .crypto-attribution a:hover[b-d7glnt7eev] {
            text-decoration: underline;
        }

.crypto-table thead th[b-d7glnt7eev] {
    color: var(--app-text-secondary);
    font-weight: 700;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
}

.crypto-table tbody td[b-d7glnt7eev] {
    color: var(--app-text);
}

.crypto-coin-row[b-d7glnt7eev] {
    cursor: pointer;
    transition: background-color .18s ease;
}

    .crypto-coin-row:focus-visible[b-d7glnt7eev] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 45%, transparent);
        outline-offset: -2px;
    }

.top-movers-rank-col[b-d7glnt7eev] {
    width: 64px;
}

.top-movers-coin-col[b-d7glnt7eev] {
    min-width: 180px;
}

.top-movers-change-col[b-d7glnt7eev],
.top-movers-price-col[b-d7glnt7eev],
.top-movers-market-cap-col[b-d7glnt7eev],
.top-movers-volume-col[b-d7glnt7eev] {
    min-width: 110px;
}

@media (max-width: 768px) {

    .trending-coin-col[b-d7glnt7eev],
    .top-movers-coin-col[b-d7glnt7eev] {
        max-width: 170px;
    }

    .coin-cell[b-d7glnt7eev] {
        min-width: 0;
    }

    .crypto-attribution[b-d7glnt7eev] {
        text-align: left;
    }

}
/* /Features/CryptoResearch/Components/MarketChart.razor.rz.scp.css */
.btc-chart-layout[b-oqi0zkg2uc] {
    container-type: inline-size;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: .5rem;
    align-items: stretch;
    user-select: none;
}

.btc-chart-layout--without-axis[b-oqi0zkg2uc] {
    grid-template-columns: minmax(0, 1fr);
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-axis {
    position: relative;
    justify-self: end;
    font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: clamp(.5rem, 1.2cqw, .75rem);
    font-variant-numeric: tabular-nums;
    line-height: 1;
    user-select: none;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-axis-measure {
    display: grid;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-axis-measure > span {
    grid-area: 1 / 1;
    white-space: nowrap;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-axis-label {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    color: var(--app-text-secondary);
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-container {
    position: relative;
    min-width: 0;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-grid-line {
    stroke: color-mix(in srgb, var(--app-border) 85%, var(--app-text-secondary));
    stroke-width: 1;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-line {
    fill: none;
    stroke: var(--app-primary);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

html[data-theme="dark"] .btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-axis-label {    
    font-weight: 500;
}

.btc-chart-layout[b-oqi0zkg2uc]  .btc-chart-area {
    fill: url(#btc-chart-area-gradient);
    pointer-events: none;
}
/* /Features/Dashboard/Components/Dashboard.razor.rz.scp.css */
.dashboard-hero[b-f1k02qu9ph] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid color-mix(in srgb, var(--app-primary) 12%, var(--app-border));
    border-radius: 14px;
    background: radial-gradient(120% 140% at 0% -20%, rgba(37, 99, 235, .1) 0%, transparent 52%), var(--app-surface);
    user-select: none;
}

.dashboard-title[b-f1k02qu9ph] {
    margin: 0;
    color: var(--app-text);
    font-size: clamp(1.4rem, 2.5vw, 2rem);
    line-height: 1.15;
    font-weight: 800;
}

.dashboard-subtitle[b-f1k02qu9ph] {
    margin: .5rem 0 0;
    color: var(--app-text-secondary);
    max-width: 70ch;
}

.dashboard-period-picker[b-f1k02qu9ph] {
    display: grid;
    gap: .35rem;
    min-width: 210px;
}

.period-label[b-f1k02qu9ph] {
    color: var(--app-text-secondary);
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.period-select[b-f1k02qu9ph] {
    min-width: 200px;
    border-radius: 10px;
}

.dashboard-section[b-f1k02qu9ph] {
    min-width: 0;
}

    .dashboard-section + .dashboard-section[b-f1k02qu9ph] {
        margin-top: 1.25rem;
    }

.section-header[b-f1k02qu9ph] {
    margin-bottom: .9rem;
}

.section-title[b-f1k02qu9ph] {
    margin: 0;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    color: var(--app-text);
    font-weight: 700;
}

.section-subtitle[b-f1k02qu9ph] {
    margin: .35rem 0 0;
    color: var(--app-text-secondary);
    font-size: .92rem;
}

.dashboard-loading-grid[b-f1k02qu9ph] {
    margin-top: 1rem;
    display: grid;
    gap: .9rem;
}

.loading-block[b-f1k02qu9ph] {
    height: 110px;
    border-radius: 14px;
    border: 1px solid var(--app-border);
    background: linear-gradient(110deg,
            color-mix(in srgb, var(--app-subtle-surface) 92%, var(--app-surface)) 8%,
            color-mix(in srgb, var(--app-subtle-surface) 70%, var(--app-surface)) 18%,
            color-mix(in srgb, var(--app-subtle-surface) 92%, var(--app-surface)) 33%);
    background-size: 200% 100%;
    animation: dashboard-skeleton-b-f1k02qu9ph 1.3s linear infinite;
}

@keyframes dashboard-skeleton-b-f1k02qu9ph {
    to {
        background-position-x: -200%;
    }
}

@media (max-width: 992px) {
    .dashboard-hero[b-f1k02qu9ph] {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-period-picker[b-f1k02qu9ph] {
        width: 100%;
        min-width: 0;
    }

    .period-select[b-f1k02qu9ph] {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .dashboard-hero[b-f1k02qu9ph] {
        padding: .9rem;
        border-radius: 12px;
    }

    .dashboard-subtitle[b-f1k02qu9ph] {
        font-size: .92rem;
    }

    .dashboard-section + .dashboard-section[b-f1k02qu9ph] {
        margin-top: 1rem;
    }
}
/* /Features/Dashboard/Components/StatisticCard.razor.rz.scp.css */
.statistic-card[b-ctp6gqxv46] {
    text-align: center;
    user-select: none;
}

.statistic-value[b-ctp6gqxv46] {
    font-size: 2.65rem;
    font-weight: 700;
    color: var(--app-text);
    line-height: 1;
}

.statistic-title[b-ctp6gqxv46] {
    margin-top: .45rem;
    color: var(--app-text-secondary);
    font-size: .95rem;
}

.statistic-card.stat-card-positive .statistic-value[b-ctp6gqxv46] {
    color: #15803d;
}

.statistic-card.stat-card-positive .statistic-title[b-ctp6gqxv46] {
    color: #166534;
}

.statistic-card.stat-card-neutral .statistic-value[b-ctp6gqxv46] {
    color: #475569;
}

.statistic-card.stat-card-neutral .statistic-title[b-ctp6gqxv46] {
    color: #334155;
}

.statistic-card.stat-card-high-importance .statistic-value[b-ctp6gqxv46] {
    color: #F4BB44;
}

.statistic-card.stat-card-high-importance .statistic-title[b-ctp6gqxv46] {
    color: #DAA520;
}

.statistic-card.stat-card-negative .statistic-value[b-ctp6gqxv46] {
    color: #b91c1c;
}

.statistic-card.stat-card-negative .statistic-title[b-ctp6gqxv46] {
    color: #991b1b;
}
/* /Features/NewsPage/News.razor.rz.scp.css */
.news-page-with-footer[b-vj5u796yo9],
.news-footer[b-vj5u796yo9] {
    --news-footer-height: 54px;
}

.news-footer[b-vj5u796yo9] {
    background: var(--app-surface);
    border-top: 1px solid var(--app-border);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
    max-height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
    padding: 0 0 env(safe-area-inset-bottom);
    box-shadow: 0 -6px 18px rgba(15, 23, 42, .04);
}

.news-page-with-footer[b-vj5u796yo9] {
    padding-bottom: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
}

.period-filter-badge[b-vj5u796yo9] {
    color: var(--app-text) !important;
    background: color-mix(in srgb, var(--app-text-secondary) 20%, var(--app-surface));
    border: 1px solid color-mix(in srgb, var(--app-text-secondary) 35%, var(--app-border));
}

.news-footer .container[b-vj5u796yo9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 100%;
    min-height: 0;
    min-width: 0;
    gap: 1rem;
}

.news-footer .small[b-vj5u796yo9] {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-footer .btn-group[b-vj5u796yo9] {
    flex-shrink: 0;
}

.news-footer .btn[b-vj5u796yo9] {
    --bs-btn-padding-y: .28rem;
    --bs-btn-padding-x: .7rem;
    --bs-btn-font-size: .85rem;
}

/* Constrain footer inner width to match .page-container for consistent layout */
.news-footer .container[b-vj5u796yo9] {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: clamp(.9rem, 2vw, 1.5rem);
}

@media (max-width: 992px) {
    .news-page-with-footer[b-vj5u796yo9],
    .news-footer[b-vj5u796yo9] {
        --news-footer-height: 52px;
    }

    .news-footer[b-vj5u796yo9] {
        height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
        max-height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
    }
}

@media (max-width: 768px) {
    .news-page-with-footer[b-vj5u796yo9],
    .news-footer[b-vj5u796yo9] {
        --news-footer-height: 50px;
    }

    .news-footer[b-vj5u796yo9] {
        height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
        max-height: calc(var(--news-footer-height) + env(safe-area-inset-bottom));
    }

    .news-footer .btn[b-vj5u796yo9] {
        --bs-btn-padding-y: .24rem;
        --bs-btn-padding-x: .6rem;
        --bs-btn-font-size: .8rem;
    }
}
/* /Features/NewsPage/NewsDetail.razor.rz.scp.css */
.back-link[b-uu1h3vf4kq] {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: 1rem;
    padding: 0;
    border: none;
    background: none;
    color: var(--app-primary);
    font-size: .95rem;
    font-weight: 600;
    cursor: pointer;
}

    .back-link:hover[b-uu1h3vf4kq] {
        text-decoration: underline;
    }

.section[b-uu1h3vf4kq] {
    margin-top: 2rem;
}

.badge-with-tooltip[b-uu1h3vf4kq] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .badge-with-tooltip:focus-visible[b-uu1h3vf4kq] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
        border-radius: 999px;
    }

.badge-tooltip[b-uu1h3vf4kq] {
    position: absolute;
    left: 0;
    top: calc(100% + .55rem);
    transform: none;
    z-index: 20;
    width: max-content;
    max-width: min(500px, 90vw);
    padding: .45rem .6rem;
    border-radius: 8px;
    background: var(--app-tooltip-bg);
    color: var(--app-tooltip-text);
    font-size: .78rem;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease;
    white-space: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

    .badge-tooltip[b-uu1h3vf4kq]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--app-tooltip-bg) transparent;
    }

.badge-with-tooltip:hover .badge-tooltip[b-uu1h3vf4kq],
.badge-with-tooltip:focus-visible .badge-tooltip[b-uu1h3vf4kq] {
    opacity: 1;
    visibility: visible;
}

.section-title[b-uu1h3vf4kq] {
    margin-bottom: .75rem;
    color: var(--app-text-secondary);
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.news-summary[b-uu1h3vf4kq] {
    padding: 1rem 1.25rem;
    background: var(--app-subtle-surface);
    border-left: 4px solid var(--app-primary);
    border-radius: 10px;
    line-height: 1.8;
}

.news-content[b-uu1h3vf4kq] {
    font-size: 1.05rem;
    line-height: 1.9;
}

    .news-content p[b-uu1h3vf4kq] {
        margin-bottom: 1.35rem;
    }

        .news-content p:last-child[b-uu1h3vf4kq] {
            margin-bottom: 0;
        }

@media (max-width: 992px) {
    .news-content[b-uu1h3vf4kq] {
        font-size: 1rem;
        line-height: 1.8;
    }
}

@media (max-width: 768px) {
    .badge-tooltip[b-uu1h3vf4kq] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }

    .section[b-uu1h3vf4kq] {
        margin-top: 1.5rem;
    }

    .news-summary[b-uu1h3vf4kq] {
        padding: .9rem 1rem;
        line-height: 1.65;
    }

    .news-content[b-uu1h3vf4kq] {
        font-size: .98rem;
        line-height: 1.7;
    }

    .news-content p[b-uu1h3vf4kq] {
        margin-bottom: 1rem;
    }
}
/* /Features/NewsSearch/Components/GlobalNewsSearch.razor.rz.scp.css */
.search-overlay[b-i6qh9d57e8] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, .35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.search-panel[b-i6qh9d57e8] {
    width: min(860px, 100%);
    border: 1px solid var(--app-border);
    border-radius: 16px;
    background: var(--app-surface);
    box-shadow: 0 20px 60px rgba(15, 23, 42, .2);
    overflow: hidden;
}

.search-input-row[b-i6qh9d57e8] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .85rem 1rem;
    border-bottom: 1px solid var(--app-border);
}

.search-input-icon[b-i6qh9d57e8] {
    color: var(--app-text-secondary);
    font-size: 1rem;
}

.search-input[b-i6qh9d57e8] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: var(--app-text);
    background: transparent;
    min-width: 170px;
}

.search-input[b-i6qh9d57e8]::placeholder {
    color: color-mix(in srgb, var(--app-text-secondary) 90%, white);
}

.search-close-button[b-i6qh9d57e8] {
    border: 1px solid var(--app-border);
    border-radius: 8px;
    min-width: 44px;
    height: 30px;
    padding: 0 .45rem;
    font-size: .8rem;
    font-weight: 600;
    color: var(--app-text-secondary);
    background: transparent;
    cursor: pointer;
}

.search-results[b-i6qh9d57e8] {
    max-height: min(68vh, 720px);
    overflow-y: auto;
    display: grid;
    gap: .75rem;
    padding: .9rem;
    background: var(--app-background);
}

.search-message[b-i6qh9d57e8] {
    padding: .4rem .3rem;
    font-size: .95rem;
}

.search-result-card[b-i6qh9d57e8] {
    width: 100%;
    text-align: left;
    border: 1px solid var(--app-border);
    border-radius: 12px;
    padding: .9rem 1rem;
    background: var(--app-surface);
    cursor: pointer;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease;
}

.search-result-card:hover[b-i6qh9d57e8] {
    border-color: color-mix(in srgb, var(--app-primary) 45%, var(--app-border));
    background: color-mix(in srgb, var(--app-primary) 8%, var(--app-surface));
    transform: translateY(-1px);
}

.search-result-title[b-i6qh9d57e8] {
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--app-text);
}

.search-result-meta[b-i6qh9d57e8] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin-bottom: .5rem;
    color: var(--app-text-secondary);
    font-size: .85rem;
}

.search-result-summary[b-i6qh9d57e8] {
    color: color-mix(in srgb, var(--app-text) 82%, white);
    font-size: .92rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

mark[b-i6qh9d57e8] {
    background: color-mix(in srgb, var(--app-warning) 55%, var(--app-surface));
    color: inherit;
    border-radius: 3px;
    padding: 0 .08rem;
}

@media (max-width: 768px) {
    .search-panel[b-i6qh9d57e8] {
        border-radius: 14px;
    }

    .search-results[b-i6qh9d57e8] {
        max-height: calc(100vh - 8rem);
        padding: .75rem;
    }

    .search-result-card[b-i6qh9d57e8] {
        padding: .8rem .85rem;
    }
}
/* /Features/Shared/Components/AppCard.razor.rz.scp.css */
.app-card[b-115ffxmpw0] {
    background: var(--app-surface);
    border: 1px solid var(--app-border);
    border-radius: var(--app-radius);
    box-shadow: var(--app-shadow);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .app-card.stat-card-positive[b-115ffxmpw0] {
        border-color: color-mix(in srgb, #16a34a 25%, var(--app-border));
    }

    .app-card.stat-card-neutral[b-115ffxmpw0] {
        border-color: color-mix(in srgb, #64748b 26%, var(--app-border));
    }

    .app-card.stat-card-high-importance[b-115ffxmpw0] {
        border-color: color-mix(in srgb, #f59e0b 28%, var(--app-border));
    }

    .app-card.stat-card-negative[b-115ffxmpw0] {
        border-color: color-mix(in srgb, #dc2626 24%, var(--app-border));
    }

    .app-card.clickable[b-115ffxmpw0] {
        cursor: pointer;
    }

        .app-card.clickable:hover[b-115ffxmpw0] {
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
        }

        .app-card.clickable:active[b-115ffxmpw0] {
            transform: translateY(-1px);
        }

.app-card-header[b-115ffxmpw0] {
    padding: clamp(.85rem, 2vw, 1rem) clamp(1rem, 2vw, 1.5rem);
    border-bottom: 1px solid var(--app-border);
}

.app-card-body[b-115ffxmpw0] {
    padding: clamp(1rem, 2.2vw, 1.5rem);
}

    .app-card-body.stat-card-body[b-115ffxmpw0] {
        padding-top: .65rem;
        padding-bottom: .65rem;
    }

@media (max-width: 768px) {
    .app-card[b-115ffxmpw0] {
        border-radius: 12px;
    }
}
/* /Features/Shared/Components/NewsActions.razor.rz.scp.css */
.news-actions[b-3nnt5qjv1u] {
    position: relative;
    flex-shrink: 0;
}

.news-actions-toggle[b-3nnt5qjv1u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: transparent;
    color: var(--app-text-secondary);
    font-size: 1.25rem;
    line-height: 1;
    cursor: pointer;
}

    .news-actions-toggle:hover[b-3nnt5qjv1u] {
        background: var(--app-subtle-surface);
        color: var(--app-text);
    }

    .news-actions-toggle:focus-visible[b-3nnt5qjv1u],
    .news-actions-item:focus-visible[b-3nnt5qjv1u] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
    }

.news-actions-menu[b-3nnt5qjv1u] {
    position: absolute;
    top: calc(100% + .35rem);
    right: 0;
    z-index: 30;
    min-width: 11rem;
    padding: .35rem;
    border: 1px solid var(--app-border);
    border-radius: 10px;
    background: var(--app-surface);
    box-shadow: var(--app-shadow);
}

.news-actions-item[b-3nnt5qjv1u] {
    display: block;
    width: 100%;
    padding: .5rem .65rem;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: var(--app-text);
    font: inherit;
    font-size: .9rem;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

    .news-actions-item:hover[b-3nnt5qjv1u] {
        background: rgba(0, 0, 0, .075);
        color: var(--app-text);
    }

html[data-theme="dark"] .news-actions-item:hover[b-3nnt5qjv1u] {
    background: color-mix(in srgb, var(--app-surface) 94%, var(--app-text));
}

.news-actions-toast[b-3nnt5qjv1u] {
    position: absolute;
    top: calc(100% + .5rem);
    right: 0;
    z-index: 31;
    width: max-content;
    padding: .45rem .6rem;
    border-radius: 8px;
    background: var(--app-tooltip-bg);
    color: var(--app-tooltip-text);
    font-size: .78rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}
/* /Features/Shared/Components/NewsCard.razor.rz.scp.css */
.section[b-7d4tb8x2y0] {
    margin-top: 1.25rem;
}

.badge-with-tooltip[b-7d4tb8x2y0] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .badge-with-tooltip:focus-visible[b-7d4tb8x2y0] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
        border-radius: 999px;
    }

.badge-tooltip[b-7d4tb8x2y0] {
    position: absolute;
    left: 0;
    top: calc(100% + .55rem);
    transform: none;
    z-index: 20;
    width: max-content;
    max-width: min(500px, 90vw);
    padding: .45rem .6rem;
    border-radius: 8px;
    background: var(--app-tooltip-bg);
    color: var(--app-tooltip-text);
    font-size: .78rem;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease;
    white-space: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

    .badge-tooltip[b-7d4tb8x2y0]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--app-tooltip-bg) transparent;
    }

.badge-with-tooltip:hover .badge-tooltip[b-7d4tb8x2y0],
.badge-with-tooltip:focus-visible .badge-tooltip[b-7d4tb8x2y0] {
    opacity: 1;
    visibility: visible;
}

.section-title[b-7d4tb8x2y0] {
    margin-bottom: .75rem;
    color: var(--app-text-secondary);
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.news-summary[b-7d4tb8x2y0] {
    padding: 1rem 1.25rem;
    background: var(--app-subtle-surface);
    border-left: 4px solid var(--app-primary);
    border-radius: 10px;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .badge-tooltip[b-7d4tb8x2y0] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }

    .section[b-7d4tb8x2y0] {
        margin-top: 1rem;
    }

    .news-summary[b-7d4tb8x2y0] {
        padding: .9rem 1rem;
        line-height: 1.65;
    }
}
/* /Features/Shared/Components/NewsHeader.razor.rz.scp.css */
.news-header[b-3bccx4p6cm] {
    margin-bottom: 1.5rem;
}

.news-header-top[b-3bccx4p6cm] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: .75rem;
}

.news-header-badges[b-3bccx4p6cm] {
    display: flex;
    gap: .5rem;
}

.badge-with-tooltip[b-3bccx4p6cm] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .badge-with-tooltip:focus-visible[b-3bccx4p6cm] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
        border-radius: 999px;
    }

.badge-tooltip[b-3bccx4p6cm] {
    position: absolute;
    left: 0;
    top: calc(100% + .55rem);
    transform: none;
    z-index: 20;
    width: max-content;
    max-width: min(500px, 90vw);
    padding: .45rem .6rem;
    border-radius: 8px;
    background: var(--app-tooltip-bg);
    color: var(--app-tooltip-text);
    font-size: .78rem;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease;
    white-space: normal;
}

    .badge-tooltip[b-3bccx4p6cm]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--app-tooltip-bg) transparent;
    }

.badge-with-tooltip:hover .badge-tooltip[b-3bccx4p6cm],
.badge-with-tooltip:focus-visible .badge-tooltip[b-3bccx4p6cm] {
    opacity: 1;
    visibility: visible;
}

.news-header-meta[b-3bccx4p6cm] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    color: var(--app-text-secondary);
    font-size: .9rem;
}

.news-header-meta-actions[b-3bccx4p6cm] {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.news-header-title[b-3bccx4p6cm] {
    margin: 0 0 .75rem;
    color: var(--app-text);
    font-weight: 700;
    line-height: 1.25;
}

.news-header h1.news-header-title[b-3bccx4p6cm] {
    font-size: 2.5rem;
}

.news-header h2.news-header-title[b-3bccx4p6cm] {
    font-size: 2rem;
}

.news-header h3.news-header-title[b-3bccx4p6cm] {
    font-size: 1.75rem;
}

.news-header h4.news-header-title[b-3bccx4p6cm] {
    font-size: 1.5rem;
}

.news-header h5.news-header-title[b-3bccx4p6cm] {
    font-size: 1.25rem;
}

.news-header h6.news-header-title[b-3bccx4p6cm] {
    font-size: 1.1rem;
}

.news-header-topics[b-3bccx4p6cm] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.original-link[b-3bccx4p6cm] {
    color: var(--app-primary);
    text-decoration: none;
    font-weight: 600;
}

    .original-link:hover[b-3bccx4p6cm] {
        text-decoration: underline;
    }

@media (max-width: 768px) {

    .news-header-top[b-3bccx4p6cm] {
        flex-wrap: wrap;
        gap: .75rem;
    }

    .news-header h1.news-header-title[b-3bccx4p6cm] {
        font-size: 2rem;
    }

    .news-header h2.news-header-title[b-3bccx4p6cm] {
        font-size: 1.75rem;
    }

    .news-header h3.news-header-title[b-3bccx4p6cm] {
        font-size: 1.5rem;
    }

    .badge-tooltip[b-3bccx4p6cm] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }
}
/* /Features/Shared/Components/PageContainer.razor.rz.scp.css */
.page-container[b-z9pzdty0i2] {
    width: 100%;
    max-width: var(--container-max);
    margin-inline: auto;
    padding-inline: clamp(.9rem, 2vw, 1.5rem);
    padding-block: clamp(.9rem, 2vw, 1.5rem);
}

@media (max-width: 768px) {

    .page-container[b-z9pzdty0i2] {
        padding-inline: .85rem;
        padding-block: .85rem;
    }
}
/* /Features/Shared/Components/TopicBadge.razor.rz.scp.css */
.topic-badge[b-b7xj80wnea] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 500;
}

.topic-badge-button[b-b7xj80wnea] {
    cursor: pointer;
}

    .topic-badge-button:hover[b-b7xj80wnea] {
        filter: brightness(.96);
    }

    .topic-badge-button:focus-visible[b-b7xj80wnea] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
    }

.badge-with-tooltip[b-b7xj80wnea] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .badge-with-tooltip:focus-visible[b-b7xj80wnea] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 55%, transparent);
        outline-offset: 2px;
        border-radius: 999px;
    }

.badge-tooltip[b-b7xj80wnea] {
    position: absolute;
    left: 0;
    top: calc(100% + .55rem);
    transform: none;
    z-index: 20;
    width: max-content;
    max-width: min(500px, 90vw);
    padding: .45rem .6rem;
    border-radius: 8px;
    background: var(--app-tooltip-bg);
    color: var(--app-tooltip-text);
    font-size: .78rem;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .15s ease;
    white-space: normal;
}

    .badge-tooltip[b-b7xj80wnea]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent var(--app-tooltip-bg) transparent;
    }

.badge-with-tooltip:hover .badge-tooltip[b-b7xj80wnea],
.badge-with-tooltip:focus-visible .badge-tooltip[b-b7xj80wnea],
.badge-with-tooltip:focus-within .badge-tooltip[b-b7xj80wnea] {
    opacity: 1;
    visibility: visible;
}

.topic-badge-default[b-b7xj80wnea] {
    background: var(--bs-light);
    color: var(--app-text);
    border-color: var(--bs-border-color);
}

.topic-badge-primary[b-b7xj80wnea] {
    background: color-mix(in srgb, #f59e0b 16%, white);
    color: #7a4b00;
    border-color: color-mix(in srgb, #f59e0b 45%, white);
    font-weight: 600;
}

.topic-badge-primary-indicator[b-b7xj80wnea] {
    font-size: .68rem;
    line-height: 1;
}

@media (max-width: 768px) {

    .badge-tooltip[b-b7xj80wnea] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }
}
/* /Features/Shared/Components/TopicList.razor.rz.scp.css */
.topic-list-table-wrap[b-87dfiojmwd] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.topic-list-table--with-last-mention[b-87dfiojmwd] {
    min-width: 760px;
}

.topic-list-table--without-last-mention[b-87dfiojmwd] {
    min-width: 420px;
}

.topic-list-table thead th[b-87dfiojmwd] {
    color: var(--app-text-secondary);
    font-weight: 700;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    white-space: nowrap;
}

.topic-list-table tbody tr[b-87dfiojmwd] {
    cursor: pointer;
    transition: background-color .18s ease;
}

.topic-list-table tbody td[b-87dfiojmwd] {
    color: var(--app-text);
}

    .topic-list-table tbody tr:focus-visible[b-87dfiojmwd] {
        outline: 2px solid color-mix(in srgb, var(--app-primary) 45%, transparent);
        outline-offset: -2px;
    }

@media (max-width: 768px) {
    .topic-list-table--with-last-mention[b-87dfiojmwd] {
        min-width: 680px;
    }

    .topic-list-table--without-last-mention[b-87dfiojmwd] {
        min-width: 360px;
    }
}
/* /Features/Trends/Trends.razor.rz.scp.css */
@media (max-width: 768px) {
    .trend-metrics[b-61mje28dem] {
        row-gap: .85rem !important;
    }

    .trend-metric-title[b-61mje28dem] {
        font-size: .84rem;
    }

    .trend-metric-value[b-61mje28dem] {
        font-size: 1.35rem !important;
    }
}
/* /Features/Watchlist/Watchlist.razor.rz.scp.css */
.watchlist-news-button[b-367hstgxj6] {
    padding: .75rem .9rem;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .watchlist-header-meta[b-367hstgxj6] {
        width: 100%;
        align-items: flex-start !important;
    }

    .watchlist-news-button[b-367hstgxj6] {
        padding: .7rem .8rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-5g3op71hn3] {
    min-height: 100dvh;
    background: var(--app-background);
}

/*.app-main {
    padding-block: clamp(.5rem, 1vw, 1.25rem);
}*/

#blazor-error-ui[b-5g3op71hn3] {
    background: var(--app-warning-surface);
    color: var(--app-warning-text);
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid var(--app-warning-border);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
    max-width: 760px;
    box-sizing: border-box;
    display: none;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    position: fixed;
    width: calc(100% - 1.5rem);
    z-index: 2000;
}

    #blazor-error-ui .reload[b-5g3op71hn3] {
        color: inherit;
        font-weight: 700;
        margin-left: .25rem;
    }

    #blazor-error-ui .dismiss[b-5g3op71hn3] {
        cursor: pointer;
        position: absolute;
        right: 0.85rem;
        top: 0.62rem;
    }

@media (max-width: 768px) {
    #blazor-error-ui[b-5g3op71hn3] {
        width: calc(100% - 1rem);
        bottom: .5rem;
    }
}
/* /Layout/MainNavigation.razor.rz.scp.css */
.main-navigation[b-4tpfb2u3bw] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--app-surface);
    border-bottom: 1px solid var(--app-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.navigation-content[b-4tpfb2u3bw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 54px;
    padding: 0 1.5rem;
}

.navigation-actions[b-4tpfb2u3bw] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .45rem;
    margin-left: auto;
}

.navigation-search-button[b-4tpfb2u3bw] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--app-border);
    padding: 0 .8rem;
    background: var(--app-surface);
    color: var(--app-text-secondary);
    cursor: pointer;
    font-size: .85rem;
    font-weight: 600;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

    .navigation-search-button:hover[b-4tpfb2u3bw] {
        border-color: color-mix(in srgb, var(--app-primary) 42%, var(--app-border));
        color: var(--app-primary);
        background: color-mix(in srgb, var(--app-primary) 5%, var(--app-surface));
    }

    .navigation-search-button svg[b-4tpfb2u3bw] {
        width: 16px;
        height: 16px;
        fill: currentColor;
    }

.navigation-theme-toggle[b-4tpfb2u3bw] {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid var(--app-border);
    background: var(--app-surface);
    color: var(--app-text-secondary);
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

    .navigation-theme-toggle:hover[b-4tpfb2u3bw] {
        border-color: color-mix(in srgb, var(--app-primary) 42%, var(--app-border));
        color: var(--app-primary);
        background: color-mix(in srgb, var(--app-primary) 5%, var(--app-surface));
    }

    .navigation-theme-toggle svg[b-4tpfb2u3bw] {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

    .navigation-theme-toggle .theme-icon-sun[b-4tpfb2u3bw] {
        width: 16px;
        height: 16px;
    }

    .navigation-theme-toggle .theme-icon-moon[b-4tpfb2u3bw] {
        width: 18px;
        height: 18px;
    }

.search-shortcut-hint[b-4tpfb2u3bw] {
    font-size: .78rem;
}

.navigation-title[b-4tpfb2u3bw] {
    flex-shrink: 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .2px;
    color: var(--app-text);
    user-select: none;
    white-space: nowrap;
}

.navigation-links[b-4tpfb2u3bw] {
    display: flex;
    align-items: center;
    gap: .5rem;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    user-select: none;
}

    .navigation-links[b-4tpfb2u3bw]::-webkit-scrollbar {
        display: none;
    }

.navigation-menu-toggle[b-4tpfb2u3bw] {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid var(--app-border);
    background: var(--app-surface);
    cursor: pointer;
}

    .navigation-menu-toggle .bar[b-4tpfb2u3bw] {
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 10px;
        background: var(--app-text-secondary);
    }

.navigation-link[b-4tpfb2u3bw] {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0;
    height: 36px;
    padding: 0 1rem;
    line-height: 1;
    border-radius: 999px;
    border: 1px solid transparent;
    background: transparent;
    color: var(--app-text-secondary);
    font-size: .95rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
}

    .navigation-link:hover[b-4tpfb2u3bw] {
        background: color-mix(in srgb, var(--app-primary) 10%, transparent);
        color: var(--app-primary);
        border-color: color-mix(in srgb, var(--app-primary) 22%, transparent);
    }

    .navigation-link.active[b-4tpfb2u3bw],
    .navigation-link.active:hover[b-4tpfb2u3bw] {
        background: var(--app-primary);
        color: #fff;
        font-weight: 600;
        border-color: color-mix(in srgb, var(--app-primary) 75%, black);
    }

/* ---------- Tablet ---------- */

@media (max-width: 1180px) {

    .navigation-content[b-4tpfb2u3bw] {
        min-height: 52px;
        padding: 0 1rem;
    }

    .navigation-title[b-4tpfb2u3bw] {
        font-size: 1.2rem;
    }

    .search-shortcut-hint[b-4tpfb2u3bw] {
        display: none;
    }

    .navigation-search-button[b-4tpfb2u3bw] {
        width: 36px;
        padding: 0;
        gap: 0;
        justify-content: center;
    }

    .navigation-menu-toggle[b-4tpfb2u3bw] {
        display: none;
    }
}

/* ---------- Mobile ---------- */

@media (max-width: 1180px) {

    .navigation-content[b-4tpfb2u3bw] {
        flex-wrap: wrap;
        align-items: center;
        min-height: 50px;
        row-gap: .5rem;
        padding: .35rem 1rem;
    }

    .navigation-actions[b-4tpfb2u3bw] {
        width: auto;
        margin-left: auto;
        order: 2;
    }

    .navigation-menu-toggle[b-4tpfb2u3bw] {
        display: inline-flex;
    }

    .navigation-title[b-4tpfb2u3bw] {
        font-size: 1.1rem;
    }

    .navigation-links[b-4tpfb2u3bw] {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        gap: .4rem;
        display: none;
        overflow-x: hidden;
        white-space: normal;
        padding-top: .25rem;
        animation: nav-fade-in-b-4tpfb2u3bw .16s ease-out;
    }

        .navigation-links.open[b-4tpfb2u3bw] {
            display: grid;
            grid-template-columns: 1fr;
        }

    .navigation-link[b-4tpfb2u3bw] {
        width: 100%;
        min-height: 38px;
        justify-content: flex-start;
        padding: 0 .9rem;
        font-size: .9rem;
    }

    .navigation-search-button[b-4tpfb2u3bw] {
        width: 34px;
        height: 34px;
        padding: 0;
        gap: 0;
        justify-content: center;
    }

    .navigation-theme-toggle[b-4tpfb2u3bw] {
        width: 34px;
        height: 34px;
    }

    .navigation-menu-toggle[b-4tpfb2u3bw] {
        width: 34px;
        height: 34px;
    }
}

@keyframes nav-fade-in-b-4tpfb2u3bw {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kxyhz9w3d2],
.components-reconnect-repeated-attempt-visible[b-kxyhz9w3d2],
.components-reconnect-failed-visible[b-kxyhz9w3d2],
.components-pause-visible[b-kxyhz9w3d2],
.components-resume-failed-visible[b-kxyhz9w3d2],
.components-rejoining-animation[b-kxyhz9w3d2] {
    display: none;
}

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


#components-reconnect-modal[b-kxyhz9w3d2] {
    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: 1;
    transition: none;
    animation: none;
    &[open]

{
    animation: none;
}

}

#components-reconnect-modal[b-kxyhz9w3d2]::backdrop {
    background-color: transparent;
    animation: none;
    opacity: 0;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-kxyhz9w3d2],
    #components-reconnect-modal[b-kxyhz9w3d2]::backdrop,
    .components-rejoining-animation div[b-kxyhz9w3d2] {
        animation: none !important;
        transition: none !important;
    }
}

#components-reconnect-modal[b-kxyhz9w3d2],
#components-reconnect-modal[open][b-kxyhz9w3d2] {
    display: none !important;
}
