/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-li7q4uscgx] {
    min-height: 100dvh;
    background: var(--app-background);
}

.app-main[b-li7q4uscgx] {
    padding-block: clamp(.5rem, 1vw, 1.25rem);
}

#blazor-error-ui[b-li7q4uscgx] {
    color-scheme: light only;
    background: #fef3c7;
    color: #7c2d12;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #f59e0b;
    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-li7q4uscgx] {
        color: inherit;
        font-weight: 700;
        margin-left: .25rem;
    }

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

@media (max-width: 768px) {
    #blazor-error-ui[b-li7q4uscgx] {
        width: calc(100% - 1rem);
        bottom: .5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y3uec09ed7],
.components-reconnect-repeated-attempt-visible[b-y3uec09ed7],
.components-reconnect-failed-visible[b-y3uec09ed7],
.components-pause-visible[b-y3uec09ed7],
.components-resume-failed-visible[b-y3uec09ed7],
.components-rejoining-animation[b-y3uec09ed7] {
    display: none;
}

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


#components-reconnect-modal[b-y3uec09ed7] {
    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-y3uec09ed7]::backdrop {
    background-color: transparent;
    animation: none;
    opacity: 0;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-y3uec09ed7 {
    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-y3uec09ed7],
    #components-reconnect-modal[b-y3uec09ed7]::backdrop,
    .components-rejoining-animation div[b-y3uec09ed7] {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Pages/Companies.razor.rz.scp.css */
.companies-table-wrap[b-t4wsbj6g9x] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.companies-table[b-t4wsbj6g9x] {
    min-width: 760px;
}

.companies-table tbody tr[b-t4wsbj6g9x] {
    cursor: pointer;
    transition: background-color .18s ease;
}

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

@media (max-width: 768px) {
    .companies-table[b-t4wsbj6g9x] {
        min-width: 680px;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-hero[b-k9sutm430v] {
    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);
}

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

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

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

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

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

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

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

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

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

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

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

.loading-block[b-k9sutm430v] {
    height: 110px;
    border-radius: 14px;
    border: 1px solid var(--app-border);
    background: linear-gradient(110deg, #eef2f7 8%, #f8fafc 18%, #eef2f7 33%);
    background-size: 200% 100%;
    animation: dashboard-skeleton-b-k9sutm430v 1.3s linear infinite;
}

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

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

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

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

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

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

    .dashboard-section + .dashboard-section[b-k9sutm430v] {
        margin-top: 1rem;
    }
}
/* /Components/Pages/News/Detail.razor.rz.scp.css */
.back-link[b-pd8o91lfa6] {
    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-pd8o91lfa6] {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

@media (max-width: 768px) {
    .section[b-pd8o91lfa6] {
        margin-top: 1.5rem;
    }

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

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

    .news-content p[b-pd8o91lfa6] {
        margin-bottom: 1rem;
    }
}
/* /Components/Pages/News/NewsCard.razor.rz.scp.css */
.section[b-b6531tawvv] {
    margin-top: 1.25rem;
}

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

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

@media (max-width: 768px) {
    .section[b-b6531tawvv] {
        margin-top: 1rem;
    }

    .news-summary[b-b6531tawvv] {
        padding: .9rem 1rem;
        line-height: 1.65;
    }
}
/* /Components/Pages/Trends.razor.rz.scp.css */
@media (max-width: 768px) {
    .trend-metrics[b-0jliu8z8sm] {
        row-gap: .85rem !important;
    }

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

    .trend-metric-value[b-0jliu8z8sm] {
        font-size: 1.35rem !important;
    }
}
/* /Components/Pages/Watchlist.razor.rz.scp.css */
.watchlist-news-button[b-hwuxqkcd4v] {
    padding: .75rem .9rem;
    border-radius: 10px;
}

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

    .watchlist-news-button[b-hwuxqkcd4v] {
        padding: .7rem .8rem;
    }
}
/* /Components/Shared/AppCard.razor.rz.scp.css */
.app-card[b-ke1gs2grm2] {
    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-ke1gs2grm2] {
    border-color: color-mix(in srgb, #16a34a 25%, var(--app-border));
    box-shadow: 0 6px 20px rgba(22, 163, 74, .08);
    background:
        linear-gradient(180deg, rgba(22, 163, 74, .08) 0%, rgba(22, 163, 74, 0) 55%),
        var(--app-surface);
}

.app-card.stat-card-neutral[b-ke1gs2grm2] {
    border-color: color-mix(in srgb, #64748b 26%, var(--app-border));
    box-shadow: 0 6px 20px rgba(100, 116, 139, .08);
    background:
        linear-gradient(180deg, rgba(100, 116, 139, .1) 0%, rgba(100, 116, 139, 0) 55%),
        var(--app-surface);
}

.app-card.stat-card-high-importance[b-ke1gs2grm2] {
    border-color: color-mix(in srgb, #f59e0b 28%, var(--app-border));
    box-shadow: 0 6px 20px rgba(245, 158, 11, .1);
    background:
        linear-gradient(180deg, rgba(245, 158, 11, .11) 0%, rgba(245, 158, 11, 0) 55%),
        var(--app-surface);
}

.app-card.stat-card-negative[b-ke1gs2grm2] {
    border-color: color-mix(in srgb, #dc2626 24%, var(--app-border));
    box-shadow: 0 6px 20px rgba(220, 38, 38, .09);
    background:
        linear-gradient(180deg, rgba(220, 38, 38, .08) 0%, rgba(220, 38, 38, 0) 55%),
        var(--app-surface);
}

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

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

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

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

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

@media (max-width: 768px) {
    .app-card[b-ke1gs2grm2] {
        border-radius: 12px;
    }
}
/* /Components/Shared/CompanyBadge.razor.rz.scp.css */
.company-badge[b-fn4skntiby] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-weight: 500;
}

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

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

.badge-tooltip[b-fn4skntiby] {
    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: #111827;
    color: #f9fafb;
    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-fn4skntiby]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #111827 transparent;
    }

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

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

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

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

@media (max-width: 768px) {

    .badge-tooltip[b-fn4skntiby] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }
}
/* /Components/Shared/Dashboard/TrendingCompaniesCard.razor.rz.scp.css */
.trending-table-wrap[b-hixynh6xol] {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.trending-table[b-hixynh6xol] {
    min-width: 420px;
}

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

.trending-table tbody tr td[b-hixynh6xol] {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .trending-table[b-hixynh6xol] {
        min-width: 360px;
    }
}
/* /Components/Shared/MainNavigation.razor.rz.scp.css */
.main-navigation[b-uqc2m0mshm] {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background: color-mix(in srgb, var(--app-surface) 92%, transparent);
    border-bottom: 1px solid var(--app-border);
    box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.navigation-content[b-uqc2m0mshm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 60px;
    padding: 0 1.5rem;
}

.navigation-left[b-uqc2m0mshm] {
    display: flex;
    align-items: center;
    gap: 3rem;
    flex: 1;
    min-width: 0;
}

.navigation-header[b-uqc2m0mshm] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

.navigation-title[b-uqc2m0mshm] {
    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-uqc2m0mshm] {
    display: flex;
    align-items: center;
    gap: .5rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

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

.navigation-menu-toggle[b-uqc2m0mshm] {
    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-uqc2m0mshm] {
        display: block;
        width: 16px;
        height: 2px;
        border-radius: 10px;
        background: var(--app-text-secondary);
    }

.navigation-link[b-uqc2m0mshm] {
    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-uqc2m0mshm] {
        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-uqc2m0mshm],
    .navigation-link.active:hover[b-uqc2m0mshm] {
        background: var(--app-primary);
        color: #fff;
        font-weight: 600;
        border-color: color-mix(in srgb, var(--app-primary) 75%, black);
    }

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

@media (max-width: 992px) {

    .navigation-content[b-uqc2m0mshm] {
        padding: 0 1rem;
    }

    .navigation-left[b-uqc2m0mshm] {
        gap: 1.5rem;
    }

    .navigation-title[b-uqc2m0mshm] {
        font-size: 1.5rem;
    }
}

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

@media (max-width: 768px) {

    .navigation-content[b-uqc2m0mshm] {
        padding: .75rem 1rem;
    }

    .navigation-left[b-uqc2m0mshm] {
        flex-direction: column;
        align-items: stretch;
        gap: .5rem;
        width: 100%;
    }

    .navigation-header[b-uqc2m0mshm] {
        width: 100%;
    }

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

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

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

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

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

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Shared/NewsHeader.razor.rz.scp.css */
.news-header[b-9b6o0fwejf] {
    margin-bottom: 1.5rem;
}

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

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

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

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

.badge-tooltip[b-9b6o0fwejf] {
    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: #111827;
    color: #f9fafb;
    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-9b6o0fwejf]::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 1rem;
        transform: none;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #111827 transparent;
    }

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

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

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

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

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

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

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

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

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

.news-header-companies[b-9b6o0fwejf] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

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

    .original-link:hover[b-9b6o0fwejf] {
        text-decoration: underline;
    }

@media (max-width: 768px) {

    .news-header-top[b-9b6o0fwejf] {
        flex-direction: column;
        align-items: flex-start;
        gap: .75rem;
    }

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

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

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

    .badge-tooltip[b-9b6o0fwejf] {
        left: 0;
        right: auto;
        transform: none;
        max-width: min(320px, 80vw);
    }
}
/* /Components/Shared/PageContainer.razor.rz.scp.css */
.page-container[b-dgbik2wjmi] {
    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-dgbik2wjmi] {
        padding-inline: .85rem;
        padding-block: .85rem;
    }
}
/* /Components/Shared/StatisticCard.razor.rz.scp.css */
.statistic-card[b-fym7ntj1ou] {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

.statistic-card.stat-card-negative .statistic-title[b-fym7ntj1ou] {
    color: #991b1b;
}
