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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    #blazor-error-ui .dismiss[b-cqy17f39td] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y03d3685xz] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-y03d3685xz] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-y03d3685xz] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-y03d3685xz] {
    font-size: 1.1rem;
}

.bi[b-y03d3685xz] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-y03d3685xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-y03d3685xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-y03d3685xz] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-y03d3685xz] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-y03d3685xz] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-y03d3685xz] {
        padding-bottom: 1rem;
    }

    .nav-item[b-y03d3685xz]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-y03d3685xz]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-y03d3685xz]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-y03d3685xz] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y03d3685xz] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y03d3685xz] {
        display: none;
    }

    .nav-scrollable[b-y03d3685xz] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9ogvvd3jlz],
.components-reconnect-repeated-attempt-visible[b-9ogvvd3jlz],
.components-reconnect-failed-visible[b-9ogvvd3jlz],
.components-pause-visible[b-9ogvvd3jlz],
.components-resume-failed-visible[b-9ogvvd3jlz],
.components-rejoining-animation[b-9ogvvd3jlz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.service-card[b-gxvfu9w934] {
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.service-card:hover[b-gxvfu9w934] {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
}

/* ---- Shared metric typography ---- */

.im-eyebrow[b-gxvfu9w934] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b90a0;
}

.im-hero-figure[b-gxvfu9w934] {
    font-size: 2.25rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}

.im-tile-figure[b-gxvfu9w934] {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    margin: 0.4rem 0 0.6rem;
}

.im-delta-badge[b-gxvfu9w934] {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 20px;
    font-size: 0.72rem;
    font-weight: 600;
}

.im-delta-up[b-gxvfu9w934] {
    background: #e7f6ed;
    color: #15803d;
}

.im-delta-down[b-gxvfu9w934] {
    background: #fdf1f1;
    color: #b3261e;
}

.im-legend-item[b-gxvfu9w934] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.72rem;
    color: #6b7185;
}

.im-legend-dot[b-gxvfu9w934] {
    width: 9px;
    height: 9px;
    border-radius: 2px;
    display: inline-block;
}

.im-legend-purple[b-gxvfu9w934] { background: #5f368d; }
.im-legend-teal[b-gxvfu9w934] { background: #0f9b8e; }
.im-legend-amber[b-gxvfu9w934] { background: #d98b1f; }

.im-status-dot[b-gxvfu9w934] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #16a34a;
    display: inline-block;
}

.im-window[b-gxvfu9w934] {
    transition: opacity 0.15s ease;
}

.im-window-loading[b-gxvfu9w934] {
    opacity: 0.55;
    pointer-events: none;
}

.im-empty-icon[b-gxvfu9w934] {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #f1eaf8;
    color: #5f368d;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Product asset cards ---- */

.im-product-badge[b-gxvfu9w934] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 7px;
    font-size: 0.6rem;
    font-weight: 600;
}

.im-badge-purple[b-gxvfu9w934] { background: #f1eaf8; color: #5f368d; }
.im-badge-teal[b-gxvfu9w934] { background: #e2f2f0; color: #0f9b8e; }
.im-badge-amber[b-gxvfu9w934] { background: #fbf0dd; color: #b57415; }

.im-product-count[b-gxvfu9w934] {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.015em;
}

.im-insight-banner[b-gxvfu9w934] {
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: #f7f4fb;
    color: #4a4f60;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

/* ---- Usage limits ---- */

.im-limit-banner[b-gxvfu9w934] {
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    background: #fdf1f1;
    border: 1px solid #f5d7d7;
}

.im-limit-banner .fw-medium[b-gxvfu9w934],
.im-limit-banner span[b-gxvfu9w934] {
    color: #8f2b2b;
}

/* ---- Super Admin console ---- */

.im-admin-header[b-gxvfu9w934] {
    background: #241832;
    border-radius: 10px;
    padding: 1.1rem 1.4rem;
    margin-bottom: 1rem;
}

.im-admin-eyebrow[b-gxvfu9w934] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #a98fc4;
}

.im-admin-status[b-gxvfu9w934] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    color: #e5dcef;
    font-size: 0.72rem;
}

.im-admin-status-dot[b-gxvfu9w934] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    display: inline-block;
}

.im-admin-metric[b-gxvfu9w934] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #fff;
}

.im-admin-metric-label[b-gxvfu9w934] {
    font-size: 0.65rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #a98fc4;
    margin-top: 0.3rem;
}

.im-admin-row[b-gxvfu9w934] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid #e8e9ef;
    border-radius: 10px;
    padding: 0.9rem 1.1rem;
}

.im-admin-row-title[b-gxvfu9w934] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #1c1f2b;
}

.im-admin-row-subtitle[b-gxvfu9w934] {
    font-size: 0.72rem;
    color: #8b90a0;
    margin-top: 0.25rem;
}

/* ---- Loading skeleton ---- */

.im-skeleton-block[b-gxvfu9w934] {
    border-radius: 8px;
    background: linear-gradient(90deg, #edeef3 25%, #e4e6ee 37%, #edeef3 63%);
    background-size: 400% 100%;
    animation: im-skeleton-shimmer-b-gxvfu9w934 1.4s ease infinite;
}

.im-skeleton-title[b-gxvfu9w934] { width: 220px; height: 22px; margin-bottom: 0.75rem; }
.im-skeleton-subtitle[b-gxvfu9w934] { width: 320px; height: 14px; margin-bottom: 1.5rem; }
.im-skeleton-hero[b-gxvfu9w934] { width: 100%; height: 180px; margin-bottom: 1rem; }
.im-skeleton-tile[b-gxvfu9w934] { width: 100%; height: 90px; }

@keyframes im-skeleton-shimmer-b-gxvfu9w934 {
    0% { background-position: 100% 50%; }
    100% { background-position: 0 50%; }
}

/* ---- DxProgressBar theming (via its documented CSS custom properties) ---- */

[b-gxvfu9w934] .im-progress-purple {
    --dxbl-progress-bar-indicator-color: #5f368d;
    --dxbl-progress-bar-track-color: #5f368d;
}

[b-gxvfu9w934] .im-progress-teal {
    --dxbl-progress-bar-indicator-color: #0f9b8e;
    --dxbl-progress-bar-track-color: #0f9b8e;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-page[b-mi2g3n5xlp] {
  font-family: "Poppins", sans-serif;
}

.landing-page h1[b-mi2g3n5xlp],
.landing-page h2[b-mi2g3n5xlp],
.landing-page h3[b-mi2g3n5xlp],
.landing-page h4[b-mi2g3n5xlp],
.landing-page h5[b-mi2g3n5xlp],
.landing-page h6[b-mi2g3n5xlp] {
  font-weight: 600;
  text-wrap: balance;
}

.landing-page a[b-mi2g3n5xlp] {
  text-decoration: none;
}

.landing-page .eyebrow-badge[b-mi2g3n5xlp] {
  font-size: .72rem;
  letter-spacing: .06em;
  font-weight: 600;
}

/* live signal panel */
.landing-page .live-dot[b-mi2g3n5xlp] {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28a745;
  margin-right: .35rem;
  animation: landing-pulse-b-mi2g3n5xlp 1.8s ease-in-out infinite;
}

@keyframes landing-pulse-b-mi2g3n5xlp {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.landing-page .ticker-window[b-mi2g3n5xlp] {
  position: relative;
  height: 5.4em;
  overflow: hidden;
}

.landing-page .ticker-line[b-mi2g3n5xlp] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .92rem;
  font-weight: 500;
  opacity: 0;
  animation: landing-tick-b-mi2g3n5xlp 12s infinite;
  padding: .5em 0;
  border-bottom: 1px dashed var(--bs-border-color);
}

.landing-page .ticker-line span.val[b-mi2g3n5xlp] {
  font-variant-numeric: tabular-nums;
}

.landing-page .ticker-line:nth-child(1)[b-mi2g3n5xlp] { animation-delay: 0s; }
.landing-page .ticker-line:nth-child(2)[b-mi2g3n5xlp] { animation-delay: 3s; }
.landing-page .ticker-line:nth-child(3)[b-mi2g3n5xlp] { animation-delay: 6s; }
.landing-page .ticker-line:nth-child(4)[b-mi2g3n5xlp] { animation-delay: 9s; }

@keyframes landing-tick-b-mi2g3n5xlp {
  0% { opacity: 0; transform: translateY(6px); }
  5%, 20% { opacity: 1; transform: translateY(0); }
  25% { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .ticker-line[b-mi2g3n5xlp] { animation: none; opacity: 0; }
  .landing-page .ticker-line:first-child[b-mi2g3n5xlp] { opacity: 1; }
  .landing-page .live-dot[b-mi2g3n5xlp] { animation: none; }
}

/* loop track */
.landing-page .loop-track[b-mi2g3n5xlp] {
  position: relative;
}

.landing-page .loop-line[b-mi2g3n5xlp] {
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  left: 27px;
  width: 2px;
  background: linear-gradient(180deg, #5f368d, #28a745);
}

.landing-page .stage-node[b-mi2g3n5xlp] {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-width: 2px;
  border-style: solid;
  font-weight: 600;
  font-size: .85rem;
  position: relative;
  z-index: 1;
}

.landing-page .loop-stage[b-mi2g3n5xlp] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}

.landing-page .loop-stage.in-view[b-mi2g3n5xlp] {
  opacity: 1;
  transform: translateY(0);
}

.landing-page .svc-list .list-group-item[b-mi2g3n5xlp] {
  padding-left: 0;
  padding-right: 0;
}

.landing-page .svc-thumb[b-mi2g3n5xlp] {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: .5rem;
  display: block;
}

.landing-page .chip[b-mi2g3n5xlp] {
  font-weight: 500;
  font-size: .88rem;
}

.landing-page .ambient-edge[b-mi2g3n5xlp] {
  position: fixed;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #5f368d 0%, #5f368d 18%, var(--bs-border-color) 42%, var(--bs-border-color) 58%, #28a745 82%, #28a745 100%);
  opacity: .5;
  z-index: 5;
}

@media (max-width: 860px) {
  .landing-page .ambient-edge[b-mi2g3n5xlp] { display: none; }
}

/* parallax bands */
.landing-page .parallax-band[b-mi2g3n5xlp] {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
}

.landing-page .parallax-band img[b-mi2g3n5xlp] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 145%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.landing-page .parallax-band .band-overlay[b-mi2g3n5xlp] {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,8,15,.45), rgba(10,8,15,.55));
}

.landing-page .parallax-band .band-content[b-mi2g3n5xlp] {
  position: relative;
  z-index: 1;
  color: #fff;
}

.landing-page .parallax-band .band-content p[b-mi2g3n5xlp] {
  color: rgba(255,255,255,.82);
}

.landing-page .parallax-band .eyebrow-badge[b-mi2g3n5xlp] {
  background: rgba(255,255,255,.14);
  color: #fff;
  display: inline-block;
  border-radius: 999px;
  padding: .5rem 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .landing-page .parallax-band img[b-mi2g3n5xlp] { transform: translate(-50%, -50%) !important; }
}
/* /Components/Pages/Services/AssetAdaptation/AssetAdaptations.razor.rz.scp.css */
.adaptation-thumb[b-05quipzvwt] {
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
    background-color: #eef2f7;
}

.adaptation-thumb.selected[b-05quipzvwt] {
    border-color: var(--bs-primary, #556ee6);
}

.adaptation-thumb img[b-05quipzvwt] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preset-card[b-05quipzvwt] {
    min-width: 120px;
    padding: 0.6rem 0.9rem;
    border: 1px solid #e2e5e8;
    border-radius: 0.4rem;
    cursor: pointer;
}

.preset-card.selected[b-05quipzvwt] {
    border-color: var(--bs-primary, #556ee6);
    background-color: rgba(85, 110, 230, 0.08);
}

.adaptation-preview[b-05quipzvwt] {
    max-width: 100%;
    max-height: 360px;
    border-radius: 0.4rem;
}
/* /Components/Pages/Services/AssetManagement/AssetsManagement.razor.rz.scp.css */
.asset-card[b-m7oum48evh] {
    overflow: hidden;
    border-radius: 0.5rem;
}

.asset-thumbnail[b-m7oum48evh] {
    position: relative;
    height: 180px;
    background-color: #eef2f7;
    overflow: hidden;
}

.asset-thumbnail-img[b-m7oum48evh] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.asset-thumbnail-placeholder[b-m7oum48evh] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asset-thumbnail-placeholder i[b-m7oum48evh] {
    font-size: 3rem;
    color: #a9b4c0;
}

.asset-type-badge[b-m7oum48evh] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.asset-type-badge i[b-m7oum48evh] {
    color: #fff;
    font-size: 0.9rem;
}

.asset-hover-overlay[b-m7oum48evh] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0.6rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    z-index: 2;
}

.asset-card:hover .asset-hover-overlay[b-m7oum48evh] {
    opacity: 1;
}

.asset-hover-description[b-m7oum48evh] {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.asset-hover-meta[b-m7oum48evh] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.7rem;
}

.asset-hover-actions[b-m7oum48evh] {
    display: flex;
    align-items: center;
}

[b-m7oum48evh] .asset-lightbox-popup .dxbl-popup-body {
    padding: 0;
}

.lightbox-content[b-m7oum48evh] {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    outline: none;
}

[b-m7oum48evh] .lightbox-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    border-radius: 50%;
}

[b-m7oum48evh] .lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border-radius: 50%;
}

[b-m7oum48evh] .lightbox-prev-btn {
    left: 10px;
}

[b-m7oum48evh] .lightbox-next-btn {
    right: 10px;
}

.lightbox-media[b-m7oum48evh] {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    padding: 2.5rem;
}

.lightbox-image[b-m7oum48evh] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.lightbox-video[b-m7oum48evh] {
    max-width: 100%;
    max-height: 100%;
}

.lightbox-audio-wrapper[b-m7oum48evh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.lightbox-audio-icon[b-m7oum48evh] {
    font-size: 5rem;
    color: #a9b4c0;
}

.lightbox-caption[b-m7oum48evh] {
    flex: 0 0 auto;
    padding: 0.75rem 1.5rem 1.25rem;
    text-align: center;
}
/* /Components/Pages/Services/ContentGeneration/ContentGeneration.razor.rz.scp.css */
.inspiration-thumb[b-3qiq1w44s5] {
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
    background-color: #eef2f7;
}

.inspiration-thumb.selected[b-3qiq1w44s5] {
    border-color: var(--bs-primary, #556ee6);
}

.inspiration-thumb img[b-3qiq1w44s5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inspiration-thumb-placeholder[b-3qiq1w44s5] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspiration-thumb-placeholder i[b-3qiq1w44s5] {
    font-size: 1.75rem;
    color: #a9b4c0;
}

.generated-image-preview[b-3qiq1w44s5] {
    max-width: 100%;
    max-height: 420px;
    border-radius: 0.4rem;
}
/* /Components/Pages/Services/CreativeSimulation/CreativeSimulation.razor.rz.scp.css */
.creative-thumb[b-a19fc73vk3] {
    width: 90px;
    height: 90px;
    border: 2px solid transparent;
    border-radius: 0.4rem;
    overflow: hidden;
    cursor: pointer;
    background-color: #eef2f7;
}

.creative-thumb.selected[b-a19fc73vk3] {
    border-color: var(--bs-primary, #556ee6);
}

.creative-thumb img[b-a19fc73vk3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Components/Pages/Services/TrafficAssets/TrafficAssetWizard.razor.rz.scp.css */
.im-type-tile[b-5g0cfdvc55] {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.im-type-tile:hover[b-5g0cfdvc55] {
    transform: translateY(-3px);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.1);
}
/* /Components/Pages/SocialAnalytics/AgentDetails.razor.rz.scp.css */
.agent-console[b-skv5yamy51] {
    background-color: #0b0f19;
    color: #43d17a;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.82rem;
    padding: 1rem;
    border-radius: 0.4rem;
    max-height: 320px;
    overflow-y: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

.agent-console-waiting[b-skv5yamy51] {
    color: #8a94a6;
    font-style: italic;
}
/* /Components/Pages/SocialAnalytics/SocialConnections.razor.rz.scp.css */
.im-connect-panel[b-pz117rc4vn] {
    background: rgba(95, 54, 141, 0.05);
    border: 1px solid rgba(95, 54, 141, 0.15);
    border-radius: 8px;
}

.im-quota-panel[b-pz117rc4vn] {
    background: rgba(95, 54, 141, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.im-quota-bar[b-pz117rc4vn] {
    background-color: #5f368d;
}

.im-platform-tile[b-pz117rc4vn] {
    transition: box-shadow 0.15s ease-in-out;
}

.im-platform-tile-active[b-pz117rc4vn] {
    border-color: #5f368d;
    border-width: 2px;
    box-shadow: 0 2px 10px rgba(95, 54, 141, 0.12);
}

.im-platform-tile-disabled[b-pz117rc4vn] {
    border-style: dashed;
    background-color: rgba(0, 0, 0, 0.02);
}

.im-platform-icon[b-pz117rc4vn] {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.im-platform-icon-disabled[b-pz117rc4vn] {
    background-color: #dee2e6;
    color: #868e96;
}

.im-platform-icon-facebook[b-pz117rc4vn] {
    background-color: #1877f2;
}

.im-platform-icon-instagram[b-pz117rc4vn] {
    background: linear-gradient(45deg, #f9ce34, #ee2a7b 55%, #6228d7);
}

.im-platform-icon-sm[b-pz117rc4vn] {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 6px;
}

/* ---- Connection card (redesigned list-view grid) ---- */

.im-connection-card[b-pz117rc4vn] {
    display: flex;
    flex-direction: column;
}

.im-card-header[b-pz117rc4vn] {
    display: flex;
    gap: 12px;
    padding: 16px 16px 14px;
}

.im-card-title[b-pz117rc4vn] {
    font-size: 15px;
    font-weight: 600;
}

.im-card-subtitle[b-pz117rc4vn] {
    color: #74788d;
    font-size: 11.5px;
    margin-top: 3px;
}

.im-badge-active[b-pz117rc4vn] {
    background-color: rgba(52, 195, 143, 0.12);
    color: #1d8b64;
}

.im-badge-inactive[b-pz117rc4vn] {
    background-color: #eff2f7;
    color: #74788d;
}

.im-kebab-btn[b-pz117rc4vn] {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    padding: 0;
}

.im-kebab-btn-sm[b-pz117rc4vn] {
    width: 26px;
    height: 26px;
}

.im-menu-header[b-pz117rc4vn] {
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #adb5bd;
    opacity: 1 !important;
}

.im-menu-item-danger[b-pz117rc4vn] {
    color: #e04a4a;
}

.im-instagram-subpanel[b-pz117rc4vn] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 16px 14px;
    padding: 10px 12px;
    background: #fbfaff;
    border: 1px solid #f0eef8;
    border-left: 3px solid #ee2a7b;
    border-radius: 0 5px 5px 0;
}

.im-instagram-name[b-pz117rc4vn] {
    font-size: 12.5px;
    font-weight: 500;
}

.im-instagram-note[b-pz117rc4vn] {
    font-size: 10.5px;
    color: #74788d;
    margin-top: 1px;
}

.im-instagram-link-icon[b-pz117rc4vn] {
    font-size: 15px;
    color: #adb5bd;
}

.im-brand-zone[b-pz117rc4vn] {
    padding: 0 16px 14px;
}

.im-zone-label[b-pz117rc4vn] {
    font-size: 11px;
    color: #74788d;
    margin-bottom: 5px;
}

.im-agents-panel[b-pz117rc4vn] {
    margin: 0 16px 14px;
    background: rgba(85, 110, 230, 0.045);
    border: 1px solid rgba(85, 110, 230, 0.12);
    border-radius: 6px;
}

.im-agents-panel-header[b-pz117rc4vn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 12px;
    border-bottom: 1px solid rgba(85, 110, 230, 0.1);
}

.im-agents-label[b-pz117rc4vn] {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 600;
    color: #4458b8;
}

.im-agents-count[b-pz117rc4vn] {
    background: #fff;
    border: 1px solid rgba(85, 110, 230, 0.25);
    color: #4458b8;
    border-radius: 10px;
    padding: 1px 7px;
    font-size: 10.5px;
    font-weight: 600;
}

.im-agents-add-btn[b-pz117rc4vn] {
    font-size: 11.5px;
}

.im-agents-add-locked[b-pz117rc4vn] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11.5px;
    color: #adb5bd;
    cursor: not-allowed;
}

.im-agent-row[b-pz117rc4vn] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    border-bottom: 1px solid rgba(85, 110, 230, 0.08);
}

.im-agent-row:last-of-type[b-pz117rc4vn] {
    border-bottom: 0;
}

.im-agent-dot[b-pz117rc4vn] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
}

.im-agent-dot-active[b-pz117rc4vn] {
    background: #34c38f;
}

.im-agent-dot-paused[b-pz117rc4vn] {
    background: #adb5bd;
}

.im-agent-name[b-pz117rc4vn] {
    font-size: 12.5px;
    font-weight: 500;
}

.im-agent-meta[b-pz117rc4vn] {
    font-size: 10.5px;
    color: #74788d;
    margin-top: 1px;
}

.im-agents-empty[b-pz117rc4vn] {
    padding: 14px 12px;
    text-align: center;
}

.im-agents-empty-text[b-pz117rc4vn] {
    font-size: 12px;
    color: #74788d;
    margin-bottom: 8px;
}

.im-agents-upsell[b-pz117rc4vn] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(241, 180, 76, 0.12);
    border: 1px solid rgba(241, 180, 76, 0.35);
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 11px;
    color: #7a5a1c;
}

.im-agents-upsell a[b-pz117rc4vn] {
    color: #8a5a00;
    font-weight: 600;
    text-decoration: underline;
}

.im-card-footer[b-pz117rc4vn] {
    margin-top: auto;
    border-top: 1px solid #eff2f7;
    padding: 9px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10.5px;
    color: #74788d;
}

.im-card-footer a[b-pz117rc4vn] {
    font-size: 11px;
}

/* ---- Delete-connection confirmation popup ---- */

.im-delete-popup-header[b-pz117rc4vn] {
    display: flex;
    gap: 12px;
    padding: 18px 20px 4px;
}

.im-delete-popup-icon[b-pz117rc4vn] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(244, 106, 106, 0.12);
    color: #e04a4a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.im-delete-popup-title[b-pz117rc4vn] {
    font-size: 15px;
    font-weight: 600;
}

.im-delete-popup-body[b-pz117rc4vn] {
    color: #74788d;
    margin-top: 4px;
    line-height: 1.6;
}

.im-delete-popup-list[b-pz117rc4vn] {
    margin: 14px 20px 0;
    border: 1px solid #eff2f7;
    border-radius: 6px;
}

.im-delete-popup-item[b-pz117rc4vn] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 12px;
    border-bottom: 1px solid #eff2f7;
    font-size: 12.5px;
}

.im-delete-popup-item:last-child[b-pz117rc4vn] {
    border-bottom: 0;
}

.im-removed-tag[b-pz117rc4vn] {
    font-size: 10.5px;
    color: #e04a4a;
    font-weight: 600;
}

.im-delete-popup-actions[b-pz117rc4vn] {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 20px 18px;
}
/* /Components/Pages/Workspaces/WorkspaceDetails.razor.rz.scp.css */
.im-quota-bar[b-3qm2vc2ip2] {
    background-color: #5f368d;
}

.im-empty-icon[b-3qm2vc2ip2] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(95, 54, 141, .08);
    color: #5f368d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
}

.im-info-note[b-3qm2vc2ip2] {
    background: #fdf6e6;
    color: #8a6a10;
    border-radius: 6px;
}

.im-project-tabs[b-3qm2vc2ip2] {
    margin-bottom: 4px;
}
/* /Components/Pages/Workspaces/WorkspacesManagement.razor.rz.scp.css */
.im-card-ws[b-ie24ohrhsq] {
    transition: box-shadow .15s ease-in-out, transform .15s ease-in-out;
}

.im-card-ws:hover[b-ie24ohrhsq] {
    border-color: #5f368d;
    box-shadow: 0 6px 18px rgba(95, 54, 141, .13);
    transform: translateY(-2px);
}

.im-card-mark[b-ie24ohrhsq] {
    width: 38px;
    height: 38px;
    flex: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.im-card-delete[b-ie24ohrhsq] {
    opacity: .55;
}

.im-card-delete:hover[b-ie24ohrhsq] {
    opacity: 1;
}

.border-dashed[b-ie24ohrhsq] {
    border-style: dashed !important;
}
/* /Components/Shared/HeatmapChart.razor.rz.scp.css */
.heatmap-table[b-mlsgdt1yaa] {
    border-collapse: separate;
    border-spacing: 3px;
}

.heatmap-table th[b-mlsgdt1yaa] {
    font-weight: 500;
    font-size: 11px;
    padding: 2px 6px;
    color: var(--bs-secondary-color, #74788d);
    white-space: nowrap;
}

.heatmap-table td[b-mlsgdt1yaa] {
    min-width: 26px;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    font-size: 10px;
    transition: background-color 0.2s ease;
}
