/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-i9hm4dzry0] {
    min-height: 100vh;
    background: #f6f8fb;
}

.app-main[b-i9hm4dzry0] {
    width: 100%;
}

.content-wrap[b-i9hm4dzry0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0.95rem 1.25rem;
}

@media (min-width: 992px) {
    .content-wrap[b-i9hm4dzry0] {
        padding: 1.35rem 1.5rem 1.7rem;
    }
}

:global([data-bs-theme="dark"]) .app-shell[b-i9hm4dzry0] {
    background: #0b1220;
}

:global([data-bs-theme="dark"]) .content-wrap[b-i9hm4dzry0] {
    color: var(--bs-body-color);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.app-header[b-d3u30l4nkh] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: linear-gradient(120deg, #0b2a63 0%, #2a1f63 52%, #4e1f66 100%);
    color: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
    backdrop-filter: blur(3px);
}

.app-nav-shell[b-d3u30l4nkh] {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.app-brand[b-d3u30l4nkh] {
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: 0.12px;
    text-decoration: none;
}

.app-toggler[b-d3u30l4nkh] {
    border: 1px solid rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0.08);
}

.app-nav-menu[b-d3u30l4nkh] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1rem 1rem;
    position: relative;
}

.app-links[b-d3u30l4nkh] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.app-links[b-d3u30l4nkh]::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.app-links[b-d3u30l4nkh]::-webkit-scrollbar-thumb {
    background: transparent;
}

.app-links[b-d3u30l4nkh]  .nav-link {
    position: relative;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-weight: 500;
    padding: 0.4rem 0.68rem;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.app-links[b-d3u30l4nkh]  .nav-link::after {
    content: "";
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.35rem;
    height: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.95);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.app-links[b-d3u30l4nkh]  .nav-link.active {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.app-links[b-d3u30l4nkh]  .nav-link.active::after {
    transform: scaleX(1);
}

.app-links[b-d3u30l4nkh]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.app-trust-menu[b-d3u30l4nkh] {
    position: relative;
}

.app-admin-menu[b-d3u30l4nkh] {
    position: relative;
}

.app-trust-menu summary[b-d3u30l4nkh] {
    list-style: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-weight: 500;
    padding: 0.4rem 0.68rem;
    transition: background-color 0.18s ease, color 0.18s ease;
    user-select: none;
}

.app-admin-menu summary[b-d3u30l4nkh] {
    list-style: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    font-weight: 500;
    padding: 0.4rem 0.68rem;
    transition: background-color 0.18s ease, color 0.18s ease;
    user-select: none;
}

.app-trust-menu summary[b-d3u30l4nkh]::-webkit-details-marker {
    display: none;
}

.app-admin-menu summary[b-d3u30l4nkh]::-webkit-details-marker {
    display: none;
}

.app-trust-menu summary[b-d3u30l4nkh]::after {
    content: "▾";
    margin-left: 0.35rem;
    font-size: 0.72rem;
}

.app-admin-menu summary[b-d3u30l4nkh]::after {
    content: "▾";
    margin-left: 0.35rem;
    font-size: 0.72rem;
}

.app-trust-menu[open] summary[b-d3u30l4nkh],
.app-trust-menu summary:hover[b-d3u30l4nkh] {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.app-admin-menu[open] summary[b-d3u30l4nkh],
.app-admin-menu summary:hover[b-d3u30l4nkh] {
    background: rgba(255, 255, 255, 0.13);
    color: #fff;
}

.app-trust-links[b-d3u30l4nkh] {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.25rem;
    padding-left: 0.35rem;
}

.app-admin-links[b-d3u30l4nkh] {
    display: grid;
    gap: 0.2rem;
    margin-top: 0.25rem;
    padding-left: 0.35rem;
}

.app-account[b-d3u30l4nkh] {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.45rem;
    padding-top: 0.25rem;
}

.app-theme-quick[b-d3u30l4nkh] {
    width: 2rem;
    min-width: 2rem;
    padding: 0.15rem 0;
    line-height: 1.15;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-theme-toast[b-d3u30l4nkh] {
    position: absolute;
    right: 1rem;
    top: calc(100% + 0.35rem);
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.45rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.78rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 1200;
}

.app-account-toggle[b-d3u30l4nkh] {
    width: fit-content;
}

.app-account-open[b-d3u30l4nkh] {
    display: flex;
}

.app-account[b-d3u30l4nkh]  .btn {
    text-align: left;
}

.app-user-email[b-d3u30l4nkh] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.86rem;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-nav-collapse[b-d3u30l4nkh] {
    display: none;
}

.app-nav-expanded[b-d3u30l4nkh] {
    display: flex;
}

@media (min-width: 992px) {
    .app-nav-shell[b-d3u30l4nkh] {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0.65rem 1.5rem 0.3rem;
    }

    .app-nav-menu[b-d3u30l4nkh] {
        max-width: 1200px;
        margin: 0 auto;
        width: 100%;
        padding: 0 1.5rem 0.75rem;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        flex-wrap: nowrap;
    }

    .app-links[b-d3u30l4nkh] {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap;
        overflow: visible;
        white-space: nowrap;
        flex: 1 1 auto;
        min-width: 0;
        scrollbar-width: none;
        padding-bottom: 0.05rem;
    }

    .app-trust-links[b-d3u30l4nkh] {
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0;
        min-width: 12.8rem;
        background: rgba(15, 23, 42, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        padding: 0.35rem;
        margin-top: 0;
        z-index: 1200;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    }

    .app-admin-links[b-d3u30l4nkh] {
        position: absolute;
        top: calc(100% + 0.35rem);
        left: 0;
        min-width: 11.5rem;
        background: rgba(15, 23, 42, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        padding: 0.35rem;
        margin-top: 0;
        z-index: 1200;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
    }

    .app-trust-links[b-d3u30l4nkh]  .nav-link {
        padding: 0.42rem 0.55rem;
    }

    .app-admin-links[b-d3u30l4nkh]  .nav-link {
        padding: 0.42rem 0.55rem;
    }

    .app-account[b-d3u30l4nkh] {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 0.5rem;
        padding-top: 0;
        flex: 0 0 auto;
        min-width: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 10px;
        padding: 0.35rem 0.45rem;
        background: rgba(255, 255, 255, 0.08);
    }

    .app-theme-toast[b-d3u30l4nkh] {
        right: 1.5rem;
    }

    .app-user-email[b-d3u30l4nkh] {
        max-width: 180px;
    }

    .app-account-toggle[b-d3u30l4nkh] {
        display: none;
    }

    .app-toggler[b-d3u30l4nkh] {
        display: none;
    }

    .app-nav-collapse[b-d3u30l4nkh],
    .app-nav-expanded[b-d3u30l4nkh] {
        display: flex;
    }
}

@media (max-width: 359.98px) {
    .app-nav-shell[b-d3u30l4nkh] {
        min-height: 56px;
        padding: 0.5rem 0.65rem;
    }

    .app-brand[b-d3u30l4nkh] {
        font-size: 1rem;
    }

    .app-nav-menu[b-d3u30l4nkh] {
        padding: 0 0.65rem 0.65rem;
    }

    .app-links[b-d3u30l4nkh]  .nav-link {
        font-size: 0.92rem;
        padding: 0.45rem 0.6rem;
    }

    .app-user-email[b-d3u30l4nkh] {
        max-width: 160px;
        font-size: 0.8rem;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-page[b-97s53vl94i] {
    display: grid;
    gap: 0.85rem;
}

.about-hero[b-97s53vl94i] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.about-kicker[b-97s53vl94i] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.about-hero h1[b-97s53vl94i] {
    margin-bottom: 0.45rem;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
}

.about-hero p[b-97s53vl94i] {
    margin: 0;
    color: var(--bs-secondary-color);
    max-width: 76ch;
}

.about-grid[b-97s53vl94i] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.about-card[b-97s53vl94i] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.about-card h2[b-97s53vl94i] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.about-card p[b-97s53vl94i],
.about-card ul[b-97s53vl94i] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.about-card ul[b-97s53vl94i] {
    padding-left: 1.05rem;
}

.about-card li + li[b-97s53vl94i] {
    margin-top: 0.24rem;
}

.about-section[b-97s53vl94i] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.about-section h2[b-97s53vl94i] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.principles[b-97s53vl94i] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.principles article[b-97s53vl94i] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 10px;
    padding: 0.7rem;
}

.principles h3[b-97s53vl94i] {
    font-size: 0.92rem;
    margin-bottom: 0.3rem;
}

.principles p[b-97s53vl94i] {
    margin: 0;
    font-size: 0.87rem;
    color: var(--bs-secondary-color);
}

.about-links[b-97s53vl94i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 980px) {
    .about-grid[b-97s53vl94i] {
        grid-template-columns: 1fr;
    }

    .principles[b-97s53vl94i] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .about-hero[b-97s53vl94i],
[data-bs-theme="dark"] .about-card[b-97s53vl94i],
[data-bs-theme="dark"] .about-section[b-97s53vl94i],
[data-bs-theme="dark"] .principles article[b-97s53vl94i] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-page[b-zo5b6hra22] {
    display: grid;
    gap: 0.85rem;
}

.contact-hero[b-zo5b6hra22] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.contact-kicker[b-zo5b6hra22] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.contact-hero h1[b-zo5b6hra22] {
    margin-bottom: 0.4rem;
}

.contact-hero p[b-zo5b6hra22] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.contact-grid[b-zo5b6hra22] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.contact-card[b-zo5b6hra22] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.contact-card h2[b-zo5b6hra22] {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.contact-card p[b-zo5b6hra22] {
    margin: 0 0 0.35rem;
    color: var(--bs-secondary-color);
}

.contact-card .hint[b-zo5b6hra22] {
    font-size: 0.85rem;
}

.contact-section[b-zo5b6hra22] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.contact-section h2[b-zo5b6hra22] {
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.contact-section ul[b-zo5b6hra22] {
    margin: 0;
    padding-left: 1.05rem;
    color: var(--bs-secondary-color);
}

.contact-section li + li[b-zo5b6hra22] {
    margin-top: 0.24rem;
}

@media (max-width: 920px) {
    .contact-grid[b-zo5b6hra22] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .contact-hero[b-zo5b6hra22],
[data-bs-theme="dark"] .contact-card[b-zo5b6hra22],
[data-bs-theme="dark"] .contact-section[b-zo5b6hra22] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Dashboard.razor.rz.scp.css */
.cert-snapshot[b-vstthl5ped] {
    border-color: rgba(13, 110, 253, 0.18) !important;
    background: linear-gradient(180deg, rgba(13, 110, 253, 0.04) 0%, #fff 40%);
}

.dashboard-root[b-vstthl5ped] {
    max-width: 1120px;
}

.dashboard-hero[b-vstthl5ped] {
    border-color: rgba(0, 0, 0, 0.08) !important;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 48%, #f1f5f9 100%) !important;
}

.dashboard-tabs .nav-link[b-vstthl5ped] {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 0.85rem;
    font-size: 0.875rem;
    white-space: nowrap;
    color: var(--bs-secondary);
    background: transparent;
}

.dashboard-tabs .nav-link:hover:not(.active)[b-vstthl5ped] {
    background: rgba(13, 110, 253, 0.06);
    color: var(--bs-primary);
}

.dashboard-tabs .nav-link.active[b-vstthl5ped] {
    color: var(--bs-primary);
    font-weight: 600;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.12);
    margin-bottom: -1px;
}

.dashboard-tab-panel[b-vstthl5ped] {
    border-color: rgba(0, 0, 0, 0.12) !important;
}

.dashboard-fold summary[b-vstthl5ped] {
    cursor: pointer;
    list-style: none;
}

.dashboard-fold summary[b-vstthl5ped]::-webkit-details-marker {
    display: none;
}

.dashboard-fold summary[b-vstthl5ped]::before {
    content: "▸";
    display: inline-block;
    margin-right: 0.35rem;
    transition: transform 0.15s ease;
    color: var(--bs-secondary);
}

.dashboard-fold[open] summary[b-vstthl5ped]::before {
    transform: rotate(90deg);
}

.dashboard-fold summary:hover[b-vstthl5ped] {
    background: rgba(0, 0, 0, 0.03);
}

pre.ops-json-pre[b-vstthl5ped] {
    max-height: 22rem;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.75rem;
}

.scan-report-shell[b-vstthl5ped] {
    background: linear-gradient(180deg, rgba(255, 193, 7, 0.08) 0%, #fff 42%);
    border-color: rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.scan-report-kpi[b-vstthl5ped] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.45rem;
    padding: 0.5rem 0.65rem;
    background: #fff;
    min-height: 4.25rem;
}

.scan-report-panel[b-vstthl5ped] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.45rem;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
}

.scan-report-mini[b-vstthl5ped] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.45rem;
    background: rgba(255, 193, 7, 0.08);
}

.scan-report-riskbar[b-vstthl5ped] {
    height: 0.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.scan-report-riskbar-fill[b-vstthl5ped] {
    height: 100%;
    transition: width 0.25s ease;
}

.scan-report-chip[b-vstthl5ped] {
    font-size: 0.72rem;
    letter-spacing: 0.01em;
}
/* /Pages/Home.razor.rz.scp.css */
.home-root[b-fxj1hvqllr] {
    display: grid;
    gap: 1.1rem;
}

.subscription-status-card[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
}

.subscription-status-card.alert-success[b-fxj1hvqllr] {
    background: rgba(25, 135, 84, 0.1);
    border-color: rgba(25, 135, 84, 0.3);
}

.subscription-status-card.alert-warning[b-fxj1hvqllr] {
    background: rgba(255, 193, 7, 0.14);
    border-color: rgba(255, 193, 7, 0.42);
}

.subscription-status-card.alert-info[b-fxj1hvqllr] {
    background: rgba(13, 202, 240, 0.12);
    border-color: rgba(13, 202, 240, 0.35);
}

.hero-panel[b-fxj1hvqllr] {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 16px;
    padding: 1.2rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08) 0%, rgba(91, 33, 182, 0.07) 100%);
}

.hero-kicker[b-fxj1hvqllr] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.45rem;
    color: var(--bs-secondary-color);
}

.hero-copy h1[b-fxj1hvqllr] {
    margin-bottom: 0.6rem;
    font-size: clamp(1.4rem, 3vw, 2rem);
}

.hero-subtitle[b-fxj1hvqllr] {
    margin-bottom: 0.75rem;
    color: var(--bs-secondary-color);
    max-width: 60ch;
}

.hero-cta[b-fxj1hvqllr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
}

.hero-meta[b-fxj1hvqllr] {
    margin-top: 0.65rem;
    font-size: 0.85rem;
    color: var(--bs-secondary-color);
}

.hero-visual[b-fxj1hvqllr] {
    min-height: 230px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.18), transparent 60%),
    rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.pulse-orb[b-fxj1hvqllr] {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    animation: pulse-b-fxj1hvqllr 4.8s infinite ease-in-out;
}

.orb-a[b-fxj1hvqllr] {
    width: 140px;
    height: 140px;
    background: rgba(59, 130, 246, 0.3);
    top: -24px;
    right: -22px;
}

.orb-b[b-fxj1hvqllr] {
    width: 110px;
    height: 110px;
    background: rgba(14, 165, 233, 0.26);
    bottom: -18px;
    left: -18px;
    animation-delay: 1.1s;
}

.orb-c[b-fxj1hvqllr] {
    width: 90px;
    height: 90px;
    background: rgba(168, 85, 247, 0.24);
    top: 48%;
    left: 42%;
    animation-delay: 2s;
}

.scan-grid[b-fxj1hvqllr] {
    position: relative;
    z-index: 2;
    width: min(360px, 95%);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.65rem;
}

.scan-cell[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.86);
    padding: 0.75rem 0.55rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
    animation: float-b-fxj1hvqllr 3.4s infinite ease-in-out;
}

.scan-cell:nth-child(2)[b-fxj1hvqllr] {
    animation-delay: 0.45s;
}

.scan-cell:nth-child(3)[b-fxj1hvqllr] {
    animation-delay: 0.85s;
}

.scan-cell:nth-child(4)[b-fxj1hvqllr] {
    animation-delay: 1.3s;
}

.scan-cell span[b-fxj1hvqllr] {
    font-size: 1.2rem;
}

.scan-cell small[b-fxj1hvqllr] {
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

.feature-strip[b-fxj1hvqllr] {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 0.95rem;
    background: var(--bs-body-bg);
}

.feature-card h2[b-fxj1hvqllr] {
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
}

.feature-card p[b-fxj1hvqllr] {
    margin: 0;
    color: var(--bs-secondary-color);
    font-size: 0.93rem;
}

.feature-icon[b-fxj1hvqllr] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(27, 110, 194, 0.12);
    margin-bottom: 0.5rem;
    font-size: 1.08rem;
}

.getting-started[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 16px;
    padding: 1.05rem;
    background: var(--bs-body-bg);
}

.section-header h2[b-fxj1hvqllr] {
    margin-bottom: 0.25rem;
}

.section-header p[b-fxj1hvqllr] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.steps-grid[b-fxj1hvqllr] {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.step-card[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.8rem;
    background: var(--bs-body-bg);
}

.step-index[b-fxj1hvqllr] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    background: rgba(27, 110, 194, 0.15);
    margin-bottom: 0.45rem;
}

.step-card h3[b-fxj1hvqllr] {
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}

.step-card p[b-fxj1hvqllr] {
    color: var(--bs-secondary-color);
    font-size: 0.89rem;
    margin-bottom: 0.45rem;
}

.step-card a[b-fxj1hvqllr] {
    font-size: 0.86rem;
    font-weight: 600;
}

.final-cta[b-fxj1hvqllr] {
    text-align: center;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.03) 0%, rgba(27, 110, 194, 0.07) 100%);
}

.final-cta p[b-fxj1hvqllr] {
    color: var(--bs-secondary-color);
}

.home-footer[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem 0.95rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    flex-wrap: wrap;
    background: var(--bs-body-bg);
}

.home-footer-copy[b-fxj1hvqllr] {
    display: grid;
    gap: 0.15rem;
}

.home-footer-copy span[b-fxj1hvqllr] {
    font-size: 0.87rem;
    color: var(--bs-secondary-color);
}

.home-socials[b-fxj1hvqllr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}

.home-socials a[b-fxj1hvqllr] {
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 999px;
    padding: 0.28rem 0.62rem;
    font-size: 0.82rem;
    text-decoration: none;
    color: var(--bs-body-color);
    background: rgba(15, 23, 42, 0.03);
    transition: transform 0.12s ease, background-color 0.14s ease, border-color 0.14s ease;
}

.home-socials a:hover[b-fxj1hvqllr] {
    transform: translateY(-1px);
    border-color: rgba(27, 110, 194, 0.5);
    background: rgba(27, 110, 194, 0.12);
}

.float-up[b-fxj1hvqllr] {
    animation: float-b-fxj1hvqllr 3.2s infinite ease-in-out;
}

.delay-1[b-fxj1hvqllr] {
    animation-delay: 0.55s;
}

.delay-2[b-fxj1hvqllr] {
    animation-delay: 1.1s;
}

@keyframes float-b-fxj1hvqllr {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes pulse-b-fxj1hvqllr {
    0%, 100% {
        transform: scale(1);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.12);
        opacity: 0.85;
    }
}

@media (max-width: 1100px) {
    .feature-strip[b-fxj1hvqllr] {
        grid-template-columns: 1fr;
    }

    .steps-grid[b-fxj1hvqllr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .hero-panel[b-fxj1hvqllr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .steps-grid[b-fxj1hvqllr] {
        grid-template-columns: 1fr;
    }

    .hero-visual[b-fxj1hvqllr] {
        min-height: 190px;
    }
}

[data-bs-theme="dark"] .hero-panel[b-fxj1hvqllr],
[data-bs-theme="dark"] .final-cta[b-fxj1hvqllr] {
    border-color: rgba(148, 163, 184, 0.25);
}

[data-bs-theme="dark"] .hero-visual[b-fxj1hvqllr] {
    border-color: rgba(148, 163, 184, 0.25);
    background: radial-gradient(circle at top, rgba(59, 130, 246, 0.3), transparent 65%),
    rgba(15, 23, 42, 0.65);
}

[data-bs-theme="dark"] .scan-cell[b-fxj1hvqllr] {
    border-color: rgba(148, 163, 184, 0.25);
    background: rgba(15, 23, 42, 0.78);
}

[data-bs-theme="dark"] .feature-card[b-fxj1hvqllr],
[data-bs-theme="dark"] .getting-started[b-fxj1hvqllr],
[data-bs-theme="dark"] .step-card[b-fxj1hvqllr],
[data-bs-theme="dark"] .home-footer[b-fxj1hvqllr] {
    border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme="dark"] .home-socials a[b-fxj1hvqllr] {
    border-color: rgba(148, 163, 184, 0.32);
    background: rgba(148, 163, 184, 0.12);
}
/* /Pages/HowItWorks.razor.rz.scp.css */
.flow-page[b-05blhesewf] {
    display: grid;
    gap: 0.85rem;
}

.flow-hero[b-05blhesewf] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.flow-kicker[b-05blhesewf] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.flow-hero h1[b-05blhesewf] {
    margin-bottom: 0.4rem;
}

.flow-hero p[b-05blhesewf] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.flow-section[b-05blhesewf] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.9rem;
    background: var(--bs-body-bg);
}

.flow-section h2[b-05blhesewf] {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
}

.flow-steps[b-05blhesewf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.flow-step[b-05blhesewf] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 10px;
    padding: 0.75rem;
    background: var(--bs-body-bg);
}

.flow-index[b-05blhesewf] {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
    background: rgba(27, 110, 194, 0.15);
}

.flow-step h3[b-05blhesewf] {
    font-size: 0.96rem;
    margin-bottom: 0.35rem;
}

.flow-step p[b-05blhesewf] {
    margin: 0;
    font-size: 0.88rem;
    color: var(--bs-secondary-color);
}

.arch-grid[b-05blhesewf] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.arch-card[b-05blhesewf] {
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 10px;
    padding: 0.75rem;
    background: var(--bs-body-bg);
}

.arch-card h3[b-05blhesewf] {
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.arch-card p[b-05blhesewf] {
    margin: 0;
    font-size: 0.88rem;
    color: var(--bs-secondary-color);
}

.benefit-list[b-05blhesewf] {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--bs-secondary-color);
}

.benefit-list li + li[b-05blhesewf] {
    margin-top: 0.25rem;
}

@media (max-width: 980px) {
    .flow-steps[b-05blhesewf] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .flow-steps[b-05blhesewf],
    .arch-grid[b-05blhesewf] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .flow-hero[b-05blhesewf],
[data-bs-theme="dark"] .flow-section[b-05blhesewf],
[data-bs-theme="dark"] .flow-step[b-05blhesewf],
[data-bs-theme="dark"] .arch-card[b-05blhesewf] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Privacy.razor.rz.scp.css */
.legal-page[b-40g4eltt2c] {
    display: grid;
    gap: 0.8rem;
}

.legal-hero[b-40g4eltt2c] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.legal-kicker[b-40g4eltt2c] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.legal-hero h1[b-40g4eltt2c] {
    margin-bottom: 0.4rem;
}

.legal-hero p[b-40g4eltt2c] {
    margin: 0 0 0.3rem;
    color: var(--bs-secondary-color);
}

.legal-updated[b-40g4eltt2c] {
    font-size: 0.86rem;
}

.legal-section[b-40g4eltt2c] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.legal-section h2[b-40g4eltt2c] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.legal-section p[b-40g4eltt2c],
.legal-section ul[b-40g4eltt2c] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.legal-section ul[b-40g4eltt2c] {
    padding-left: 1.05rem;
}

.legal-section li + li[b-40g4eltt2c] {
    margin-top: 0.25rem;
}

[data-bs-theme="dark"] .legal-hero[b-40g4eltt2c],
[data-bs-theme="dark"] .legal-section[b-40g4eltt2c] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Resources.razor.rz.scp.css */
.resources-page[b-ikh8crcrmp] {
    display: grid;
    gap: 0.85rem;
}

.resources-hero[b-ikh8crcrmp] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.resources-kicker[b-ikh8crcrmp] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.resources-hero h1[b-ikh8crcrmp] {
    margin-bottom: 0.4rem;
}

.resources-hero p[b-ikh8crcrmp] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.resources-grid[b-ikh8crcrmp] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.resource-card[b-ikh8crcrmp] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.resource-card h2[b-ikh8crcrmp] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.resource-card ul[b-ikh8crcrmp] {
    margin: 0;
    padding-left: 1.05rem;
    color: var(--bs-secondary-color);
}

.resource-card li + li[b-ikh8crcrmp] {
    margin-top: 0.24rem;
}

.resource-section[b-ikh8crcrmp] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.resource-section h2[b-ikh8crcrmp] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.resource-section ol[b-ikh8crcrmp] {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--bs-secondary-color);
}

.resource-section li + li[b-ikh8crcrmp] {
    margin-top: 0.25rem;
}

@media (max-width: 920px) {
    .resources-grid[b-ikh8crcrmp] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .resources-hero[b-ikh8crcrmp],
[data-bs-theme="dark"] .resource-card[b-ikh8crcrmp],
[data-bs-theme="dark"] .resource-section[b-ikh8crcrmp] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/SampleReport.razor.rz.scp.css */
.report-page[b-gbnju7hjir] {
    display: grid;
    gap: 0.8rem;
}

.report-hero[b-gbnju7hjir] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.report-kicker[b-gbnju7hjir] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.report-hero h1[b-gbnju7hjir] {
    margin-bottom: 0.4rem;
}

.report-hero p[b-gbnju7hjir] {
    margin: 0;
    color: var(--bs-secondary-color);
    max-width: 74ch;
}

.report-cta[b-gbnju7hjir] {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.sample-grid[b-gbnju7hjir] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
}

.sample-card[b-gbnju7hjir] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.sample-card h3[b-gbnju7hjir] {
    font-size: 1rem;
    margin-bottom: 0.45rem;
}

.sample-card ul[b-gbnju7hjir] {
    margin: 0;
    padding-left: 1.05rem;
    color: var(--bs-secondary-color);
}

.sample-card li + li[b-gbnju7hjir] {
    margin-top: 0.25rem;
}

.sample-topline[b-gbnju7hjir] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.sample-topline h2[b-gbnju7hjir] {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.sample-topline p[b-gbnju7hjir] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.sample-risk[b-gbnju7hjir] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 10px;
    padding: 0.45rem 0.6rem;
    min-width: 140px;
}

.sample-risk .label[b-gbnju7hjir] {
    font-size: 0.76rem;
    color: var(--bs-secondary-color);
}

.sample-risk .value[b-gbnju7hjir] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.2;
}

.sample-risk small[b-gbnju7hjir] {
    color: var(--bs-secondary-color);
}

.risk-bar[b-gbnju7hjir] {
    margin-top: 0.6rem;
    height: 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.09);
    overflow: hidden;
}

.risk-fill[b-gbnju7hjir] {
    width: 42.7%;
    height: 100%;
    background: linear-gradient(90deg, #0ea5e9 0%, #f59e0b 55%, #ef4444 100%);
}

.delta-strip[b-gbnju7hjir] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.pill[b-gbnju7hjir] {
    border-radius: 999px;
    padding: 0.2rem 0.58rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.pill.danger[b-gbnju7hjir] {
    background: rgba(239, 68, 68, 0.13);
    color: #b91c1c;
}

.pill.warn[b-gbnju7hjir] {
    background: rgba(245, 158, 11, 0.16);
    color: #92400e;
}

.pill.success[b-gbnju7hjir] {
    background: rgba(16, 185, 129, 0.15);
    color: #065f46;
}

.muted[b-gbnju7hjir] {
    color: var(--bs-secondary-color);
}

@media (max-width: 980px) {
    .sample-grid[b-gbnju7hjir] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .report-hero[b-gbnju7hjir],
[data-bs-theme="dark"] .sample-card[b-gbnju7hjir],
[data-bs-theme="dark"] .sample-risk[b-gbnju7hjir] {
    border-color: rgba(148, 163, 184, 0.24);
}

[data-bs-theme="dark"] .pill.danger[b-gbnju7hjir] {
    color: #fecaca;
}

[data-bs-theme="dark"] .pill.warn[b-gbnju7hjir] {
    color: #fde68a;
}

[data-bs-theme="dark"] .pill.success[b-gbnju7hjir] {
    color: #bbf7d0;
}
/* /Pages/Security.razor.rz.scp.css */
.trust-page[b-sl0fzo8gy2] {
    display: grid;
    gap: 0.9rem;
}

.trust-hero[b-sl0fzo8gy2] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.trust-kicker[b-sl0fzo8gy2] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.trust-hero h1[b-sl0fzo8gy2] {
    margin-bottom: 0.4rem;
}

.trust-hero p[b-sl0fzo8gy2] {
    margin: 0;
    color: var(--bs-secondary-color);
    max-width: 76ch;
}

.trust-grid[b-sl0fzo8gy2] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

.trust-card[b-sl0fzo8gy2] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.trust-card h2[b-sl0fzo8gy2] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.trust-card ul[b-sl0fzo8gy2] {
    margin: 0;
    padding-left: 1.05rem;
    color: var(--bs-secondary-color);
}

.trust-card li + li[b-sl0fzo8gy2] {
    margin-top: 0.25rem;
}

.trust-note[b-sl0fzo8gy2] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.trust-note h2[b-sl0fzo8gy2] {
    font-size: 1rem;
    margin-bottom: 0.35rem;
}

.trust-note p[b-sl0fzo8gy2] {
    margin: 0;
    color: var(--bs-secondary-color);
}

@media (max-width: 860px) {
    .trust-grid[b-sl0fzo8gy2] {
        grid-template-columns: 1fr;
    }
}

[data-bs-theme="dark"] .trust-hero[b-sl0fzo8gy2],
[data-bs-theme="dark"] .trust-card[b-sl0fzo8gy2],
[data-bs-theme="dark"] .trust-note[b-sl0fzo8gy2] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Terms.razor.rz.scp.css */
.legal-page[b-wt56zucff5] {
    display: grid;
    gap: 0.8rem;
}

.legal-hero[b-wt56zucff5] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 14px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(27, 110, 194, 0.08), rgba(91, 33, 182, 0.07));
}

.legal-kicker[b-wt56zucff5] {
    margin-bottom: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--bs-secondary-color);
}

.legal-hero h1[b-wt56zucff5] {
    margin-bottom: 0.4rem;
}

.legal-hero p[b-wt56zucff5] {
    margin: 0 0 0.3rem;
    color: var(--bs-secondary-color);
}

.legal-updated[b-wt56zucff5] {
    font-size: 0.86rem;
}

.legal-section[b-wt56zucff5] {
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 12px;
    padding: 0.85rem;
    background: var(--bs-body-bg);
}

.legal-section h2[b-wt56zucff5] {
    font-size: 1rem;
    margin-bottom: 0.4rem;
}

.legal-section p[b-wt56zucff5],
.legal-section ul[b-wt56zucff5] {
    margin: 0;
    color: var(--bs-secondary-color);
}

.legal-section ul[b-wt56zucff5] {
    padding-left: 1.05rem;
}

.legal-section li + li[b-wt56zucff5] {
    margin-top: 0.25rem;
}

[data-bs-theme="dark"] .legal-hero[b-wt56zucff5],
[data-bs-theme="dark"] .legal-section[b-wt56zucff5] {
    border-color: rgba(148, 163, 184, 0.24);
}
/* /Pages/Videos.razor.rz.scp.css */
.videos-page[b-cyblejkxiz] {
    display: grid;
    gap: 1rem;
}

.videos-hero[b-cyblejkxiz] {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(111, 66, 193, 0.12));
    border: 1px solid rgba(13, 110, 253, 0.2);
    border-radius: 1rem;
    padding: 1.25rem;
}

.videos-kicker[b-cyblejkxiz] {
    margin: 0 0 0.35rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    color: #6c757d;
}

.videos-hero h1[b-cyblejkxiz] {
    margin: 0 0 0.5rem;
}

.videos-hero p[b-cyblejkxiz] {
    margin: 0;
    color: #6c757d;
}

.videos-grid[b-cyblejkxiz] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.video-card[b-cyblejkxiz] {
    border: 1px solid rgba(108, 117, 125, 0.24);
    border-radius: 0.9rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.86);
}

.video-frame-wrap[b-cyblejkxiz] {
    background: #0a0f1f;
    aspect-ratio: 16 / 9;
}

.video-short .video-frame-wrap[b-cyblejkxiz] {
    aspect-ratio: 9 / 16;
}

.video-frame-wrap iframe[b-cyblejkxiz] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.video-card-body[b-cyblejkxiz] {
    padding: 0.9rem 1rem 1rem;
}

.video-badges[b-cyblejkxiz] {
    margin-bottom: 0.55rem;
}

.video-card h2[b-cyblejkxiz] {
    font-size: 1.06rem;
    margin: 0 0 0.4rem;
}

.video-card p[b-cyblejkxiz] {
    margin: 0 0 0.45rem;
    color: #6c757d;
}
