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

main[b-6dnsuhy6ar] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-6dnsuhy6ar], article[b-6dnsuhy6ar] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ns0rc0syu7] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-ns0rc0syu7] {
    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-ns0rc0syu7] {
    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-ns0rc0syu7] {
    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-ns0rc0syu7] {
    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-ns0rc0syu7] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-ns0rc0syu7]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

    .nav-stack[b-ns0rc0syu7] {
        display: flex;
        flex-direction: column;
        min-height: 100%;
    }

    .nav-main[b-ns0rc0syu7] {
        flex: 1 1 auto;
    }

    .nav-debug[b-ns0rc0syu7] {
        margin-top: auto;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(255,255,255,0.2);
    }

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

    .collapse[b-ns0rc0syu7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-ns0rc0syu7] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-gj07dajuat] {
    min-height: 100vh;
}

.public-header[b-gj07dajuat] {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(244, 248, 252, 0.88);
    border-bottom: 1px solid rgba(26, 70, 118, 0.12);
}

.public-header__inner[b-gj07dajuat] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0.7rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.public-brand[b-gj07dajuat] {
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.public-brand__logo[b-gj07dajuat] {
    width: 124px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.public-brand__tag[b-gj07dajuat] {
    color: #5b728a;
    font-size: 0.7rem;
    margin-top: 0.1rem;
}

.public-nav[b-gj07dajuat] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.public-nav a[b-gj07dajuat],
.public-link[b-gj07dajuat] {
    color: #38556f;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
}

.public-nav a:hover[b-gj07dajuat],
.public-link:hover[b-gj07dajuat] {
    color: #0d3d78;
}

.public-actions[b-gj07dajuat] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.public-button[b-gj07dajuat] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0c61c5 0%, #0a86cf 100%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 16px 34px rgba(12, 97, 197, 0.22);
}

.public-button:hover[b-gj07dajuat] {
    color: #fff;
}

.public-button--ghost[b-gj07dajuat] {
    background: rgba(12, 97, 197, 0.08);
    color: #0d3d78;
    box-shadow: none;
}

.public-button--customer[b-gj07dajuat] {
    background: linear-gradient(135deg, #ff8a1d 0%, #ffb347 100%);
    color: #1e2a37;
    box-shadow: 0 18px 34px rgba(255, 138, 29, 0.28);
}

.public-main[b-gj07dajuat] {
    min-height: calc(100vh - 74px);
}

@media (max-width: 1120px) {
    .public-header__inner[b-gj07dajuat] {
        flex-wrap: wrap;
    }

    .public-nav[b-gj07dajuat] {
        order: 3;
        width: 100%;
        justify-content: center;
        padding-top: 0.5rem;
    }
}

@media (max-width: 760px) {
    .public-header__inner[b-gj07dajuat] {
        padding: 0.9rem 1rem 1rem 1rem;
    }

    .public-nav[b-gj07dajuat] {
        justify-content: flex-start;
        overflow-x: auto;
        padding-top: 0.25rem;
    }

    .public-actions[b-gj07dajuat] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .public-brand__logo[b-gj07dajuat] {
        width: 116px;
    }

    .public-button[b-gj07dajuat] {
        flex: 1 1 220px;
    }
}
/* /Pages/Clients.razor.rz.scp.css */
.clients-page[b-f1buae1mkw] {
    background:
        radial-gradient(circle at 12% 10%, rgba(13, 95, 196, 0.08) 0%, transparent 24%),
        radial-gradient(circle at 88% 18%, rgba(23, 150, 212, 0.08) 0%, transparent 24%),
        linear-gradient(180deg, #f7f9fc 0%, #f3f6fa 50%, #fbfcfe 100%);
}

.clients-hero[b-f1buae1mkw],
.clients-section[b-f1buae1mkw],
.clients-cta[b-f1buae1mkw] {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.clients-hero[b-f1buae1mkw] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
    gap: 1.6rem;
    align-items: center;
    padding-top: 3.2rem;
    padding-bottom: 2.3rem;
}

.clients-label[b-f1buae1mkw],
.clients-tag[b-f1buae1mkw] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.42rem 0.86rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(18, 58, 95, 0.1);
    color: #165089;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.clients-hero h1[b-f1buae1mkw],
.clients-heading h2[b-f1buae1mkw],
.clients-cta__box h2[b-f1buae1mkw] {
    margin: 0;
    color: #102c47;
    font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.clients-hero h1[b-f1buae1mkw] {
    font-size: clamp(2.35rem, 4.1vw, 4.1rem);
    line-height: 0.98;
    max-width: 12ch;
}

.clients-hero p[b-f1buae1mkw],
.clients-heading p[b-f1buae1mkw],
.clients-stat span[b-f1buae1mkw],
.client-card__name[b-f1buae1mkw],
.clients-cta__box p[b-f1buae1mkw] {
    color: #536a81;
    font-size: 1.03rem;
    line-height: 1.72;
}

.clients-hero p[b-f1buae1mkw] {
    margin-top: 1.3rem;
    max-width: 58ch;
}

.clients-hero__stats[b-f1buae1mkw],
.clients-grid[b-f1buae1mkw] {
    display: grid;
    gap: 1rem;
}

.clients-stat[b-f1buae1mkw],
.client-card[b-f1buae1mkw] {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 58, 95, 0.09);
    box-shadow: 0 20px 44px rgba(20, 53, 86, 0.08);
}

.clients-stat[b-f1buae1mkw] {
    padding: 1.25rem;
}

.clients-stat strong[b-f1buae1mkw] {
    display: block;
    color: #0e5ea7;
    font-size: 1.7rem;
}

.clients-section[b-f1buae1mkw] {
    padding-top: 3rem;
}

.clients-heading[b-f1buae1mkw] {
    max-width: 760px;
    margin-bottom: 1.7rem;
}

.clients-heading h2[b-f1buae1mkw],
.clients-cta__box h2[b-f1buae1mkw] {
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.03;
}

.clients-heading p[b-f1buae1mkw] {
    margin-top: 1rem;
}

.clients-grid[b-f1buae1mkw] {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.client-card[b-f1buae1mkw] {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    padding: 1rem;
    min-height: 250px;
}

.client-card__media[b-f1buae1mkw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.client-card img[b-f1buae1mkw] {
    max-width: 100%;
    max-height: 142px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.client-card__name[b-f1buae1mkw] {
    color: #12395f;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.45;
}

.clients-cta[b-f1buae1mkw] {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
}

.clients-cta__box[b-f1buae1mkw] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 36px;
    background: linear-gradient(135deg, #112c46 0%, #0d60c3 55%, #1aa1d7 100%);
    box-shadow: 0 34px 82px rgba(12, 49, 86, 0.18);
}

.clients-cta__box h2[b-f1buae1mkw],
.clients-cta__box p[b-f1buae1mkw],
.clients-cta__box .clients-tag[b-f1buae1mkw] {
    color: #fff;
}

.clients-cta__box p[b-f1buae1mkw] {
    margin: 1rem 0 0 0;
    max-width: 56ch;
}

.clients-cta__box .clients-tag[b-f1buae1mkw] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
}

.clients-cta__actions[b-f1buae1mkw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.clients-button[b-f1buae1mkw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.clients-button--primary[b-f1buae1mkw] {
    background: #fff;
    color: #12365b;
}

.clients-button--secondary[b-f1buae1mkw] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media (max-width: 980px) {
    .clients-hero[b-f1buae1mkw],
    .clients-cta__box[b-f1buae1mkw] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .clients-hero[b-f1buae1mkw],
    .clients-section[b-f1buae1mkw],
    .clients-cta[b-f1buae1mkw] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .clients-hero[b-f1buae1mkw] {
        padding-top: 2rem;
    }

    .clients-button[b-f1buae1mkw] {
        width: 100%;
    }
}
/* /Pages/Ecosystem.razor.rz.scp.css */
.ecosystem-page[b-an32f6y5q0] {
    background:
        radial-gradient(circle at 82% 14%, rgba(0, 149, 255, 0.1) 0%, transparent 24%),
        radial-gradient(circle at 12% 12%, rgba(13, 95, 196, 0.11) 0%, transparent 26%),
        linear-gradient(180deg, #f4f8fc 0%, #eef3f7 55%, #f8fbfd 100%);
    color: #16324d;
}

.ecosystem-hero[b-an32f6y5q0],
.ecosystem-section[b-an32f6y5q0],
.ecosystem-cta[b-an32f6y5q0] {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ecosystem-hero[b-an32f6y5q0] {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
    gap: 1.5rem;
    align-items: center;
    padding-top: 3.2rem;
    padding-bottom: 2.5rem;
}

.ecosystem-label[b-an32f6y5q0],
.ecosystem-tag[b-an32f6y5q0] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(13, 61, 120, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: #0d5ea9;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ecosystem-hero h1[b-an32f6y5q0],
.ecosystem-heading h2[b-an32f6y5q0],
.ecosystem-cta__box h2[b-an32f6y5q0] {
    margin: 0;
    color: #0f2640;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.ecosystem-hero h1[b-an32f6y5q0] {
    font-size: clamp(2.4rem, 4.2vw, 4.1rem);
    line-height: 1.04;
    max-width: 15ch;
}

.ecosystem-hero p[b-an32f6y5q0],
.ecosystem-heading p[b-an32f6y5q0],
.product-card p[b-an32f6y5q0],
.relation-card p[b-an32f6y5q0],
.partner-view-card p[b-an32f6y5q0] {
    color: #4c677f;
    line-height: 1.72;
    font-size: 1.04rem;
}

.ecosystem-hero p[b-an32f6y5q0] {
    max-width: 58ch;
    margin: 1.4rem 0 0 0;
}

.ecosystem-hero__actions[b-an32f6y5q0],
.ecosystem-cta__actions[b-an32f6y5q0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.ecosystem-button[b-an32f6y5q0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.ecosystem-button--primary[b-an32f6y5q0] {
    background: linear-gradient(135deg, #0d5fc4 0%, #1894d4 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(13, 95, 196, 0.24);
}

.ecosystem-button--secondary[b-an32f6y5q0] {
    border: 1px solid rgba(13, 61, 120, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #12365a;
}

.ecosystem-map[b-an32f6y5q0] {
    padding: 1.5rem;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(13, 61, 120, 0.08);
    box-shadow: 0 24px 56px rgba(21, 56, 92, 0.08);
}

.ecosystem-map__core[b-an32f6y5q0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(13, 61, 120, 0.08);
}

.ecosystem-map__core img[b-an32f6y5q0] {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
}

.ecosystem-map__core span[b-an32f6y5q0] {
    color: #14406b;
    font-weight: 800;
}

.ecosystem-map__links[b-an32f6y5q0] {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}

.ecosystem-map__links div[b-an32f6y5q0],
.product-card[b-an32f6y5q0],
.relation-card[b-an32f6y5q0],
.partner-view-card[b-an32f6y5q0] {
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(13, 61, 120, 0.09);
    box-shadow: 0 20px 42px rgba(21, 56, 92, 0.07);
}

.ecosystem-map__links div[b-an32f6y5q0] {
    color: #264864;
    font-weight: 700;
}

.ecosystem-section[b-an32f6y5q0] {
    padding-top: 3.2rem;
}

.ecosystem-heading[b-an32f6y5q0] {
    max-width: 760px;
    margin-bottom: 1.65rem;
}

.ecosystem-heading--compact[b-an32f6y5q0] {
    max-width: 640px;
}

.ecosystem-heading h2[b-an32f6y5q0],
.ecosystem-cta__box h2[b-an32f6y5q0] {
    font-size: clamp(2rem, 3vw, 2.95rem);
    line-height: 1.08;
}

.ecosystem-heading p[b-an32f6y5q0] {
    margin: 1rem 0 0 0;
}

.product-grid[b-an32f6y5q0],
.relation-grid[b-an32f6y5q0],
.partner-view-grid[b-an32f6y5q0] {
    display: grid;
    gap: 1rem;
}

.product-grid[b-an32f6y5q0] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-card[b-an32f6y5q0] {
    padding: 1.35rem;
}

.product-card--featured[b-an32f6y5q0] {
    background: linear-gradient(160deg, rgba(17, 60, 108, 0.98) 0%, rgba(22, 123, 182, 0.98) 100%);
}

.product-card--featured h3[b-an32f6y5q0],
.product-card--featured p[b-an32f6y5q0] {
    color: #fff;
}

.product-card__logo[b-an32f6y5q0] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.product-card__logo img[b-an32f6y5q0] {
    width: min(100%, 250px);
    height: auto;
    object-fit: contain;
}

.product-card__logo--cloud img[b-an32f6y5q0] {
    width: min(100%, 210px);
}

.product-card h3[b-an32f6y5q0],
.relation-card h3[b-an32f6y5q0],
.partner-view-card h3[b-an32f6y5q0] {
    margin: 0 0 0.75rem 0;
    color: #103a63;
    font-size: 1.1rem;
}

.product-card--featured .product-card__logo[b-an32f6y5q0] {
    background: rgba(255, 255, 255, 0.92);
}

.relation-grid[b-an32f6y5q0] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-view-grid[b-an32f6y5q0] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ecosystem-cta[b-an32f6y5q0] {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
}

.ecosystem-cta__box[b-an32f6y5q0] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 34px;
    background: linear-gradient(135deg, #102a44 0%, #0d5fc4 55%, #1ea6d7 100%);
    box-shadow: 0 34px 80px rgba(11, 51, 94, 0.18);
}

.ecosystem-cta__box h2[b-an32f6y5q0],
.ecosystem-cta__box p[b-an32f6y5q0],
.ecosystem-cta__box .ecosystem-tag[b-an32f6y5q0] {
    color: #fff;
}

.ecosystem-cta__box p[b-an32f6y5q0] {
    margin: 1rem 0 0 0;
    max-width: 56ch;
}

.ecosystem-cta__box .ecosystem-tag[b-an32f6y5q0] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
}

.ecosystem-cta__box .ecosystem-button--secondary[b-an32f6y5q0] {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 1120px) {
    .product-grid[b-an32f6y5q0] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .ecosystem-hero[b-an32f6y5q0],
    .relation-grid[b-an32f6y5q0],
    .partner-view-grid[b-an32f6y5q0],
    .ecosystem-cta__box[b-an32f6y5q0] {
        grid-template-columns: 1fr;
    }

    .product-grid[b-an32f6y5q0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .ecosystem-hero[b-an32f6y5q0],
    .ecosystem-section[b-an32f6y5q0],
    .ecosystem-cta[b-an32f6y5q0] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .ecosystem-hero[b-an32f6y5q0] {
        padding-top: 2.1rem;
    }

    .ecosystem-button[b-an32f6y5q0] {
        width: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.marketing-home[b-y37dr0xv1y] {
    background:
        radial-gradient(circle at top left, rgba(13, 95, 196, 0.08) 0%, transparent 28%),
        radial-gradient(circle at 85% 8%, rgba(17, 165, 207, 0.08) 0%, transparent 24%),
        linear-gradient(180deg, #f7f9fc 0%, #f3f6fa 48%, #fbfcfe 100%);
    color: #16324d;
}

.hero[b-y37dr0xv1y],
.stats-strip[b-y37dr0xv1y],
.section[b-y37dr0xv1y],
.footer[b-y37dr0xv1y] {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hero[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    gap: 2rem;
    align-items: center;
    padding-top: 3.4rem;
    padding-bottom: 2.2rem;
}

.hero__meta[b-y37dr0xv1y],
.hero__actions[b-y37dr0xv1y],
.stats-strip[b-y37dr0xv1y],
.story-grid[b-y37dr0xv1y],
.solution-grid[b-y37dr0xv1y],
.logo-preview-grid[b-y37dr0xv1y],
.cta-box__actions[b-y37dr0xv1y] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.hero__meta-pill[b-y37dr0xv1y],
.section__label[b-y37dr0xv1y] {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.86rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(18, 58, 95, 0.1);
    color: #165089;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero__meta-pill--light[b-y37dr0xv1y] {
    color: #5b6f85;
}

.hero__eyebrow[b-y37dr0xv1y] {
    margin-top: 1.15rem;
    color: #3d5c79;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero h1[b-y37dr0xv1y],
.section__heading h2[b-y37dr0xv1y],
.cta-box h2[b-y37dr0xv1y] {
    margin: 0;
    color: #102c47;
    font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.hero h1[b-y37dr0xv1y] {
    margin-top: 0.75rem;
    font-size: clamp(2.4rem, 4.4vw, 4.5rem);
    line-height: 0.97;
    max-width: 11ch;
}

.hero__lead[b-y37dr0xv1y],
.section__heading p[b-y37dr0xv1y],
.story-card p[b-y37dr0xv1y],
.solution-card p[b-y37dr0xv1y],
.partner-box__copy p[b-y37dr0xv1y],
.footer p[b-y37dr0xv1y] {
    color: #536a81;
    font-size: 1.03rem;
    line-height: 1.72;
}

.hero__lead[b-y37dr0xv1y] {
    max-width: 58ch;
    margin: 1.3rem 0 0 0;
}

.hero__actions[b-y37dr0xv1y] {
    margin-top: 1.7rem;
    align-items: center;
}

.hero__button[b-y37dr0xv1y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.hero__button--primary[b-y37dr0xv1y] {
    background: linear-gradient(135deg, #0d60c3 0%, #1596d4 100%);
    color: #fff;
    box-shadow: 0 18px 38px rgba(13, 96, 195, 0.22);
}

.hero__button--secondary[b-y37dr0xv1y] {
    border: 1px solid rgba(18, 58, 95, 0.12);
    background: rgba(255, 255, 255, 0.88);
    color: #12395f;
}

.hero__button--customer[b-y37dr0xv1y] {
    background: linear-gradient(135deg, #ff8a1d 0%, #ffb347 100%);
    color: #1e2a37;
    box-shadow: 0 18px 38px rgba(255, 138, 29, 0.2);
}

.hero__text-link[b-y37dr0xv1y] {
    color: #184b7d;
    font-weight: 700;
    text-decoration: none;
}

.brand-stage[b-y37dr0xv1y],
.story-card[b-y37dr0xv1y],
.solution-card[b-y37dr0xv1y],
.partner-box[b-y37dr0xv1y],
.logo-preview-card[b-y37dr0xv1y],
.stat-chip[b-y37dr0xv1y] {
    border: 1px solid rgba(18, 58, 95, 0.09);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 44px rgba(20, 53, 86, 0.08);
}

.brand-stage[b-y37dr0xv1y] {
    padding: 1.35rem;
    border-radius: 34px;
}

.brand-stage__primary[b-y37dr0xv1y],
.brand-stage__secondary[b-y37dr0xv1y] {
    border-radius: 24px;
    padding: 1rem 1.1rem;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.98) 0%, rgba(241, 247, 252, 0.92) 100%);
    border: 1px solid rgba(18, 58, 95, 0.08);
}

.brand-stage__label[b-y37dr0xv1y],
.brand-stage__connector[b-y37dr0xv1y] {
    display: block;
    color: #5d7389;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.brand-stage__primary img[b-y37dr0xv1y],
.brand-stage__secondary img[b-y37dr0xv1y] {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.brand-stage__primary img[b-y37dr0xv1y] {
    width: min(100%, 340px);
    margin-top: 0.5rem;
}

.brand-stage__secondary[b-y37dr0xv1y] {
    margin-top: 0.95rem;
}

.brand-stage__secondary img[b-y37dr0xv1y] {
    width: min(100%, 240px);
}

.brand-stage__connector[b-y37dr0xv1y] {
    margin: 0.95rem 0 0.25rem 0;
}

.brand-stage__channels[b-y37dr0xv1y] {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.brand-stage__channels span[b-y37dr0xv1y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0.7rem 0.8rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(18, 58, 95, 0.08);
    color: #294966;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

.stats-strip[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-bottom: 0.5rem;
}

.stat-chip[b-y37dr0xv1y] {
    border-radius: 24px;
    padding: 1.2rem;
}

.stat-chip strong[b-y37dr0xv1y] {
    display: block;
    color: #0e5ea7;
    font-size: 1.6rem;
}

.stat-chip span[b-y37dr0xv1y] {
    display: block;
    margin-top: 0.35rem;
    color: #566f88;
    line-height: 1.55;
}

.section[b-y37dr0xv1y] {
    padding-top: 3.1rem;
}

.section__heading[b-y37dr0xv1y] {
    max-width: 760px;
    margin-bottom: 1.7rem;
}

.section__heading--compact[b-y37dr0xv1y] {
    max-width: 620px;
}

.section__heading h2[b-y37dr0xv1y],
.cta-box h2[b-y37dr0xv1y] {
    font-size: clamp(2rem, 3.2vw, 3.2rem);
    line-height: 1.03;
}

.section__heading p[b-y37dr0xv1y] {
    margin-top: 1rem;
}

.story-grid[b-y37dr0xv1y],
.solution-grid[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solution-grid[b-y37dr0xv1y] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.story-card[b-y37dr0xv1y],
.solution-card[b-y37dr0xv1y] {
    border-radius: 28px;
    padding: 1.35rem;
}

.story-card__year[b-y37dr0xv1y] {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #0d5ea9;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.story-card h3[b-y37dr0xv1y],
.solution-card h3[b-y37dr0xv1y],
.partner-box__copy h2[b-y37dr0xv1y] {
    margin: 0;
    color: #12365b;
    font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

.story-card h3[b-y37dr0xv1y],
.solution-card h3[b-y37dr0xv1y] {
    font-size: 1.18rem;
}

.story-card p[b-y37dr0xv1y],
.solution-card p[b-y37dr0xv1y] {
    margin: 0.75rem 0 0 0;
}

.solution-card--featured[b-y37dr0xv1y] {
    background: linear-gradient(135deg, #12385f 0%, #0d60c3 100%);
}

.solution-card--featured h3[b-y37dr0xv1y],
.solution-card--featured p[b-y37dr0xv1y] {
    color: #fff;
}

.partner-box[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
    gap: 1.4rem;
    align-items: stretch;
    padding: 1.6rem;
    border-radius: 34px;
}

.partner-box__copy h2[b-y37dr0xv1y] {
    margin-top: 0.8rem;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.05;
}

.partner-box__copy p[b-y37dr0xv1y] {
    margin: 1rem 0 0 0;
}

.partner-box__list[b-y37dr0xv1y] {
    display: grid;
    gap: 0.85rem;
}

.partner-box__list div[b-y37dr0xv1y] {
    display: flex;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(180deg, #f7fbff 0%, #edf4f9 100%);
    border: 1px solid rgba(18, 58, 95, 0.08);
    color: #21476b;
    font-weight: 700;
}

.logo-preview-grid[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-preview-card[b-y37dr0xv1y] {
    border-radius: 26px;
    padding: 1rem;
}

.logo-preview-card__media[b-y37dr0xv1y] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 148px;
    border-radius: 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.logo-preview-card img[b-y37dr0xv1y] {
    max-width: 100%;
    max-height: 116px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.logo-preview-card span[b-y37dr0xv1y] {
    display: block;
    margin-top: 0.85rem;
    color: #25496c;
    font-size: 0.92rem;
    font-weight: 700;
}

.logo-preview-actions[b-y37dr0xv1y] {
    margin-top: 1.5rem;
}

.cta-box[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 36px;
    background: linear-gradient(135deg, #112c46 0%, #0d60c3 55%, #1aa1d7 100%);
    box-shadow: 0 34px 82px rgba(12, 49, 86, 0.18);
}

.cta-box h2[b-y37dr0xv1y],
.cta-box p[b-y37dr0xv1y],
.cta-box .section__label[b-y37dr0xv1y] {
    color: #fff;
}

.cta-box p[b-y37dr0xv1y] {
    margin: 1rem 0 0 0;
    max-width: 58ch;
    line-height: 1.68;
}

.cta-box .section__label[b-y37dr0xv1y] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
}

.footer[b-y37dr0xv1y] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.footer strong[b-y37dr0xv1y] {
    display: block;
    margin-bottom: 0.55rem;
    color: #102c47;
}

.footer a[b-y37dr0xv1y] {
    display: block;
    color: #184b7d;
    text-decoration: none;
    margin-bottom: 0.4rem;
}

.cookie-banner[b-y37dr0xv1y] {
    position: fixed;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    z-index: 50;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: min(680px, calc(100% - 2rem));
    padding: 1rem 1.15rem;
    border-radius: 20px;
    background: rgba(18, 44, 70, 0.94);
    color: #fff;
    box-shadow: 0 18px 38px rgba(8, 29, 52, 0.24);
}

.cookie-banner__text[b-y37dr0xv1y] {
    flex: 1;
    line-height: 1.5;
}

.cookie-banner__button[b-y37dr0xv1y] {
    min-height: 44px;
    padding: 0 1rem;
    border: 0;
    border-radius: 999px;
    background: #fff;
    color: #12365b;
    font-weight: 700;
}

@media (max-width: 1080px) {
    .hero[b-y37dr0xv1y],
    .story-grid[b-y37dr0xv1y],
    .solution-grid[b-y37dr0xv1y],
    .partner-box[b-y37dr0xv1y],
    .logo-preview-grid[b-y37dr0xv1y],
    .cta-box[b-y37dr0xv1y],
    .footer[b-y37dr0xv1y] {
        grid-template-columns: 1fr;
    }

    .stats-strip[b-y37dr0xv1y] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .hero[b-y37dr0xv1y],
    .stats-strip[b-y37dr0xv1y],
    .section[b-y37dr0xv1y],
    .footer[b-y37dr0xv1y] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .hero[b-y37dr0xv1y] {
        padding-top: 2rem;
    }

    .hero h1[b-y37dr0xv1y] {
        max-width: none;
    }

    .brand-stage__channels[b-y37dr0xv1y] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero__button[b-y37dr0xv1y],
    .hero__text-link[b-y37dr0xv1y],
    .cookie-banner[b-y37dr0xv1y] {
        width: 100%;
    }

    .cookie-banner[b-y37dr0xv1y] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Pages/Info.razor.rz.scp.css */
.info-page[b-venq3c44cr] {
    background:
        radial-gradient(circle at 14% 9%, rgba(13, 95, 196, 0.08) 0%, transparent 24%),
        radial-gradient(circle at 86% 16%, rgba(23, 150, 212, 0.08) 0%, transparent 24%),
        linear-gradient(180deg, #f7f9fc 0%, #f3f6fa 50%, #fbfcfe 100%);
}

.info-hero[b-venq3c44cr],
.info-section[b-venq3c44cr],
.info-cta[b-venq3c44cr] {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.info-hero[b-venq3c44cr] {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.98fr);
    gap: 1.6rem;
    align-items: center;
    padding-top: 3.2rem;
    padding-bottom: 2.3rem;
}

.info-label[b-venq3c44cr],
.info-tag[b-venq3c44cr] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.42rem 0.86rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(18, 58, 95, 0.1);
    color: #165089;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-hero h1[b-venq3c44cr],
.info-heading h2[b-venq3c44cr],
.info-cta__box h2[b-venq3c44cr] {
    margin: 0;
    color: #102c47;
    font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.info-hero h1[b-venq3c44cr] {
    font-size: clamp(2.35rem, 4.2vw, 4.2rem);
    line-height: 0.98;
    max-width: 12ch;
}

.info-hero p[b-venq3c44cr],
.info-heading p[b-venq3c44cr],
.timeline-card p[b-venq3c44cr],
.info-card p[b-venq3c44cr],
.info-badge p[b-venq3c44cr],
.info-cta__box p[b-venq3c44cr] {
    color: #536a81;
    font-size: 1.03rem;
    line-height: 1.72;
}

.info-hero p[b-venq3c44cr] {
    margin-top: 1.3rem;
    max-width: 58ch;
}

.info-badge[b-venq3c44cr],
.info-stat[b-venq3c44cr],
.timeline-card[b-venq3c44cr],
.info-card[b-venq3c44cr],
.audience-card[b-venq3c44cr] {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 58, 95, 0.09);
    box-shadow: 0 20px 44px rgba(20, 53, 86, 0.08);
}

.info-badge[b-venq3c44cr] {
    padding: 1.7rem;
}

.info-badge__label[b-venq3c44cr] {
    display: block;
    color: #5b7287;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-badge strong[b-venq3c44cr] {
    display: block;
    margin-top: 0.55rem;
    color: #0e5ea7;
    font-size: clamp(2.1rem, 3.8vw, 3.2rem);
    line-height: 1;
}

.info-badge p[b-venq3c44cr] {
    margin: 0.85rem 0 0 0;
}

.info-section[b-venq3c44cr] {
    padding-top: 3rem;
}

.info-stats[b-venq3c44cr],
.timeline[b-venq3c44cr],
.info-grid[b-venq3c44cr],
.audience-grid[b-venq3c44cr] {
    display: grid;
    gap: 1rem;
}

.info-stats[b-venq3c44cr] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-stat[b-venq3c44cr] {
    padding: 1.2rem;
}

.info-stat strong[b-venq3c44cr] {
    display: block;
    color: #0e5ea7;
    font-size: 1.55rem;
}

.info-stat span[b-venq3c44cr] {
    display: block;
    margin-top: 0.4rem;
    color: #566f88;
    line-height: 1.55;
}

.info-heading[b-venq3c44cr] {
    max-width: 760px;
    margin-bottom: 1.7rem;
}

.info-heading h2[b-venq3c44cr],
.info-cta__box h2[b-venq3c44cr] {
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.03;
}

.info-heading p[b-venq3c44cr] {
    margin-top: 1rem;
}

.timeline[b-venq3c44cr] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-card[b-venq3c44cr],
.info-card[b-venq3c44cr],
.audience-card[b-venq3c44cr] {
    padding: 1.35rem;
}

.timeline-card__year[b-venq3c44cr] {
    display: inline-block;
    margin-bottom: 0.8rem;
    color: #0e5ea7;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.timeline-card h3[b-venq3c44cr],
.info-card h3[b-venq3c44cr],
.audience-card h3[b-venq3c44cr] {
    margin: 0;
    color: #12365b;
    font-family: "Avenir Next", "Trebuchet MS", "Segoe UI", sans-serif;
}

.timeline-card p[b-venq3c44cr],
.info-card p[b-venq3c44cr] {
    margin: 0.8rem 0 0 0;
}

.info-grid[b-venq3c44cr] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-grid[b-venq3c44cr] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audience-card[b-venq3c44cr] {
    display: flex;
    align-items: center;
    min-height: 110px;
}

.info-cta[b-venq3c44cr] {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
}

.info-cta__box[b-venq3c44cr] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 36px;
    background: linear-gradient(135deg, #112c46 0%, #0d60c3 55%, #1aa1d7 100%);
    box-shadow: 0 34px 82px rgba(12, 49, 86, 0.18);
}

.info-cta__box h2[b-venq3c44cr],
.info-cta__box p[b-venq3c44cr],
.info-cta__box .info-tag[b-venq3c44cr] {
    color: #fff;
}

.info-cta__box p[b-venq3c44cr] {
    margin: 1rem 0 0 0;
    max-width: 56ch;
}

.info-cta__box .info-tag[b-venq3c44cr] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
}

.info-cta__actions[b-venq3c44cr] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.info-button[b-venq3c44cr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
}

.info-button--primary[b-venq3c44cr] {
    background: #fff;
    color: #12365b;
}

.info-button--secondary[b-venq3c44cr] {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

@media (max-width: 980px) {
    .info-hero[b-venq3c44cr],
    .info-stats[b-venq3c44cr],
    .timeline[b-venq3c44cr],
    .info-grid[b-venq3c44cr],
    .audience-grid[b-venq3c44cr],
    .info-cta__box[b-venq3c44cr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .info-hero[b-venq3c44cr],
    .info-section[b-venq3c44cr],
    .info-cta[b-venq3c44cr] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .info-hero[b-venq3c44cr] {
        padding-top: 2rem;
    }

    .info-button[b-venq3c44cr] {
        width: 100%;
    }
}
/* /Pages/Integrations.razor.rz.scp.css */
.integrations-page[b-ygo1m506qp] {
    background:
        radial-gradient(circle at 86% 10%, rgba(0, 150, 255, 0.1) 0%, transparent 24%),
        radial-gradient(circle at 10% 22%, rgba(13, 95, 196, 0.11) 0%, transparent 26%),
        linear-gradient(180deg, #f4f8fc 0%, #eef3f7 55%, #f8fbfd 100%);
    color: #16324d;
}

.integrations-hero[b-ygo1m506qp],
.integrations-section[b-ygo1m506qp],
.integrations-cta[b-ygo1m506qp] {
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.integrations-hero[b-ygo1m506qp] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 1.5rem;
    align-items: center;
    padding-top: 3.2rem;
    padding-bottom: 2.5rem;
}

.integrations-label[b-ygo1m506qp],
.integrations-tag[b-ygo1m506qp],
.signal-card__eyebrow[b-ygo1m506qp] {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(13, 61, 120, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: #0d5ea9;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.integrations-hero h1[b-ygo1m506qp],
.integrations-heading h2[b-ygo1m506qp],
.integrations-cta__box h2[b-ygo1m506qp] {
    margin: 0;
    color: #0f2640;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.integrations-hero h1[b-ygo1m506qp] {
    font-size: clamp(2.5rem, 4.3vw, 4.35rem);
    line-height: 1.02;
    max-width: 14ch;
}

.integrations-hero p[b-ygo1m506qp],
.integrations-heading p[b-ygo1m506qp],
.reason-card p[b-ygo1m506qp],
.case-card p[b-ygo1m506qp],
.technical-card p[b-ygo1m506qp],
.signal-card p[b-ygo1m506qp] {
    color: #4c677f;
    line-height: 1.72;
    font-size: 1.04rem;
}

.integrations-hero p[b-ygo1m506qp] {
    max-width: 58ch;
    margin: 1.4rem 0 0 0;
}

.integrations-hero__actions[b-ygo1m506qp],
.integrations-cta__actions[b-ygo1m506qp] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.integrations-button[b-ygo1m506qp] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 1.15rem;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
}

.integrations-button--primary[b-ygo1m506qp] {
    background: linear-gradient(135deg, #0d5fc4 0%, #1894d4 100%);
    color: #fff;
    box-shadow: 0 16px 34px rgba(13, 95, 196, 0.24);
}

.integrations-button--secondary[b-ygo1m506qp] {
    border: 1px solid rgba(13, 61, 120, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #12365a;
}

.integrations-hero__panel[b-ygo1m506qp] {
    display: grid;
    gap: 1rem;
}

.signal-card[b-ygo1m506qp],
.reason-card[b-ygo1m506qp],
.case-card[b-ygo1m506qp],
.technical-card[b-ygo1m506qp] {
    padding: 1.4rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(13, 61, 120, 0.09);
    box-shadow: 0 22px 48px rgba(21, 56, 92, 0.08);
}

.signal-card__line[b-ygo1m506qp] {
    display: grid;
    gap: 0.7rem;
    margin-bottom: 0.95rem;
}

.signal-card__line span[b-ygo1m506qp] {
    padding: 0.85rem 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(13, 61, 120, 0.08);
    color: #24455f;
    font-weight: 700;
}

.signal-card--dark[b-ygo1m506qp] {
    background: linear-gradient(155deg, #0f2943 0%, #123f68 100%);
    color: #fff;
}

.signal-card--dark .signal-card__eyebrow[b-ygo1m506qp],
.signal-card--dark li[b-ygo1m506qp] {
    color: #fff;
}

.signal-card--dark .signal-card__eyebrow[b-ygo1m506qp] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
}

.signal-card--dark ul[b-ygo1m506qp] {
    margin: 0;
    padding-left: 1.1rem;
    line-height: 1.8;
}

.integrations-section[b-ygo1m506qp] {
    padding-top: 3.25rem;
}

.integrations-heading[b-ygo1m506qp] {
    max-width: 760px;
    margin-bottom: 1.65rem;
}

.integrations-heading--compact[b-ygo1m506qp] {
    max-width: 640px;
}

.integrations-heading h2[b-ygo1m506qp],
.integrations-cta__box h2[b-ygo1m506qp] {
    font-size: clamp(2rem, 3vw, 2.95rem);
    line-height: 1.08;
}

.integrations-heading p[b-ygo1m506qp] {
    margin: 1rem 0 0 0;
}

.reason-grid[b-ygo1m506qp],
.case-grid[b-ygo1m506qp],
.technical-grid[b-ygo1m506qp] {
    display: grid;
    gap: 1rem;
}

.reason-grid[b-ygo1m506qp] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-grid[b-ygo1m506qp] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.flow-column[b-ygo1m506qp] {
    padding: 1.4rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(13, 61, 120, 0.09);
    box-shadow: 0 22px 48px rgba(21, 56, 92, 0.08);
}

.flow-column h3[b-ygo1m506qp] {
    margin: 0 0 1rem 0;
    color: #113a63;
    font-size: 1.1rem;
}

.flow-list[b-ygo1m506qp] {
    display: grid;
    gap: 0.7rem;
}

.flow-list div[b-ygo1m506qp],
.flow-box[b-ygo1m506qp] {
    padding: 0.9rem 1rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(13, 61, 120, 0.08);
    color: #264864;
    font-weight: 700;
}

.flow-column--hub[b-ygo1m506qp] {
    background: linear-gradient(160deg, rgba(13, 95, 196, 0.96) 0%, rgba(24, 148, 212, 0.96) 100%);
    box-shadow: 0 26px 56px rgba(13, 95, 196, 0.2);
}

.flow-column--hub h3[b-ygo1m506qp] {
    color: #fff;
}

.flow-column--hub .flow-box[b-ygo1m506qp] {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.flow-box span[b-ygo1m506qp] {
    display: block;
}

.flow-box small[b-ygo1m506qp] {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.flow-arrow[b-ygo1m506qp] {
    color: #0d5ea9;
    font-size: 2rem;
    font-weight: 900;
}

.case-grid[b-ygo1m506qp] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.case-card--featured[b-ygo1m506qp] {
    background: linear-gradient(160deg, #0f2943 0%, #0d5fc4 100%);
}

.case-card--featured h3[b-ygo1m506qp],
.case-card--featured p[b-ygo1m506qp] {
    color: #fff;
}

.technical-grid[b-ygo1m506qp] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reason-card h3[b-ygo1m506qp],
.case-card h3[b-ygo1m506qp],
.technical-card h3[b-ygo1m506qp] {
    margin: 0 0 0.75rem 0;
    color: #103a63;
    font-size: 1.1rem;
}

.integrations-cta[b-ygo1m506qp] {
    padding-top: 3.8rem;
    padding-bottom: 4rem;
}

.integrations-cta__box[b-ygo1m506qp] {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 2rem;
    border-radius: 34px;
    background: linear-gradient(135deg, #102a44 0%, #0d5fc4 55%, #1ea6d7 100%);
    box-shadow: 0 34px 80px rgba(11, 51, 94, 0.18);
}

.integrations-cta__box h2[b-ygo1m506qp],
.integrations-cta__box p[b-ygo1m506qp],
.integrations-cta__box .integrations-tag[b-ygo1m506qp] {
    color: #fff;
}

.integrations-cta__box p[b-ygo1m506qp] {
    margin: 1rem 0 0 0;
    max-width: 56ch;
}

.integrations-cta__box .integrations-tag[b-ygo1m506qp] {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
}

.integrations-cta__box .integrations-button--secondary[b-ygo1m506qp] {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

@media (max-width: 1160px) {
    .case-grid[b-ygo1m506qp] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .integrations-hero[b-ygo1m506qp],
    .flow-grid[b-ygo1m506qp],
    .integrations-cta__box[b-ygo1m506qp] {
        grid-template-columns: 1fr;
    }

    .reason-grid[b-ygo1m506qp],
    .technical-grid[b-ygo1m506qp] {
        grid-template-columns: 1fr;
    }

    .flow-arrow[b-ygo1m506qp] {
        display: none;
    }
}

@media (max-width: 720px) {
    .integrations-hero[b-ygo1m506qp],
    .integrations-section[b-ygo1m506qp],
    .integrations-cta[b-ygo1m506qp] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .integrations-hero[b-ygo1m506qp] {
        padding-top: 2.1rem;
    }

    .case-grid[b-ygo1m506qp] {
        grid-template-columns: 1fr;
    }

    .integrations-button[b-ygo1m506qp] {
        width: 100%;
    }
}
/* /Pages/TabacchiCatalog.razor.rz.scp.css */
.tabacchi-page[b-ltdc7e3zgd] {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.tabacchi-hero[b-ltdc7e3zgd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem 1.2rem;
    border: 1px solid #d9e2ef;
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(14, 116, 144, 0.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
}

.hero-kicker[b-ltdc7e3zgd] {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hero-badges[b-ltdc7e3zgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: flex-end;
}

.hero-badge[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.42rem 0.75rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.hero-badge-blue[b-ltdc7e3zgd] {
    background: #dbeafe;
    color: #1e40af;
}

.hero-badge-amber[b-ltdc7e3zgd] {
    background: #fef3c7;
    color: #92400e;
}

.page-note[b-ltdc7e3zgd] {
    max-width: 920px;
    color: #475569;
    margin: 0.35rem 0 0;
}

.tabacchi-rules-card[b-ltdc7e3zgd],
.fit-import-card[b-ltdc7e3zgd],
.tabacchi-toolbar-card[b-ltdc7e3zgd] {
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    padding: 1.05rem 1.1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.tabacchi-info-card[b-ltdc7e3zgd] {
    padding: 0;
    overflow: hidden;
}

.info-summary[b-ltdc7e3zgd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
    cursor: pointer;
    list-style: none;
}

.info-summary[b-ltdc7e3zgd]::-webkit-details-marker {
    display: none;
}

.info-summary-copy[b-ltdc7e3zgd] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.info-summary-button[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.34rem 0.75rem;
    background: #dbeafe;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.info-summary-title[b-ltdc7e3zgd] {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.info-summary-hint[b-ltdc7e3zgd] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #2563eb;
}

.info-summary-hint[b-ltdc7e3zgd]::before {
    content: "Apri";
}

.tabacchi-info-card[open] .info-summary-hint[b-ltdc7e3zgd]::before {
    content: "Chiudi";
}

.tabacchi-info-body[b-ltdc7e3zgd] {
    padding: 0 1.1rem 1.05rem;
    border-top: 1px solid #e2e8f0;
}

.rules-head h4[b-ltdc7e3zgd],
.fit-import-head h4[b-ltdc7e3zgd],
.toolbar-head h4[b-ltdc7e3zgd] {
    margin: 0;
}

.rules-note[b-ltdc7e3zgd],
.fit-note[b-ltdc7e3zgd],
.toolbar-note[b-ltdc7e3zgd] {
    margin: 0.35rem 0 0;
    color: #4b5563;
    max-width: 760px;
}

.rules-grid[b-ltdc7e3zgd] {
    display: grid;
    grid-template-columns: repeat(4, minmax(180px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.rule-card[b-ltdc7e3zgd] {
    border-radius: 14px;
    padding: 0.9rem 0.95rem;
    border: 1px solid transparent;
}

.rule-card p[b-ltdc7e3zgd] {
    margin: 0.4rem 0 0;
    color: #334155;
    font-size: 0.92rem;
    line-height: 1.45;
}

.rule-title[b-ltdc7e3zgd] {
    display: inline-block;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rule-card-blue[b-ltdc7e3zgd] {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.rule-card-blue .rule-title[b-ltdc7e3zgd] {
    color: #1d4ed8;
}

.rule-card-amber[b-ltdc7e3zgd] {
    background: #fff7ed;
    border-color: #fed7aa;
}

.rule-card-amber .rule-title[b-ltdc7e3zgd] {
    color: #c2410c;
}

.rule-card-green[b-ltdc7e3zgd] {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.rule-card-green .rule-title[b-ltdc7e3zgd] {
    color: #047857;
}

.rule-card-rose[b-ltdc7e3zgd] {
    background: #fff1f2;
    border-color: #fecdd3;
}

.rule-card-rose .rule-title[b-ltdc7e3zgd] {
    color: #be123c;
}

.tabacchi-stats[b-ltdc7e3zgd] {
    display: grid;
    gap: 0.85rem;
}

.tabacchi-stats-primary[b-ltdc7e3zgd],
.tabacchi-stats-secondary[b-ltdc7e3zgd],
.fit-preview-grid[b-ltdc7e3zgd] {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.stat-card[b-ltdc7e3zgd] {
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    padding: 0.95rem 1rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.stat-card strong[b-ltdc7e3zgd] {
    display: inline-block;
    font-size: 1.25rem;
    color: #0f172a;
}

.stat-card-action[b-ltdc7e3zgd] {
    text-align: left;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.stat-card-action:hover[b-ltdc7e3zgd] {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.12);
    border-color: #93c5fd;
}

.stat-card-selected[b-ltdc7e3zgd] {
    border-color: #2563eb;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

.stat-card-blue[b-ltdc7e3zgd] {
    background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #bfdbfe;
}

.stat-card-green[b-ltdc7e3zgd] {
    background: linear-gradient(180deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #a7f3d0;
}

.stat-card-red[b-ltdc7e3zgd] {
    background: linear-gradient(180deg, #fff1f2 0%, #ffe4e6 100%);
    border-color: #fecdd3;
}

.stat-card-slate[b-ltdc7e3zgd] {
    background: linear-gradient(180deg, #f8fafc 0%, #e2e8f0 100%);
    border-color: #cbd5e1;
}

.stat-label[b-ltdc7e3zgd] {
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    margin-bottom: 0.25rem;
}

.stat-subtitle[b-ltdc7e3zgd] {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.76rem;
    color: #64748b;
}

.fit-import-head[b-ltdc7e3zgd],
.toolbar-head[b-ltdc7e3zgd] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.fit-actions[b-ltdc7e3zgd] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
}

.fit-option-grid[b-ltdc7e3zgd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.fit-option[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-weight: 600;
    color: #0f172a;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: #f1f5f9;
}

.fit-selected[b-ltdc7e3zgd] {
    margin-top: 0.85rem;
    color: #0f172a;
}

.fit-invalid-block[b-ltdc7e3zgd] {
    margin-top: 1rem;
}

.fit-apply-bar[b-ltdc7e3zgd] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.diff-cell[b-ltdc7e3zgd] {
    background: #fff7ed;
    font-weight: 600;
}

.toolbar-pill[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    background: #0f172a;
    color: #f8fafc;
    font-size: 0.85rem;
}

.tabacchi-toolbar[b-ltdc7e3zgd] {
    display: grid;
    grid-template-columns: minmax(260px, 2.2fr) repeat(3, minmax(150px, 1fr)) auto;
    gap: 1rem;
    margin-top: 1rem;
    align-items: end;
}

.tabacchi-filter[b-ltdc7e3zgd] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.tabacchi-filter label[b-ltdc7e3zgd] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #334155;
}

.tabacchi-filter .form-control[b-ltdc7e3zgd] {
    border-radius: 12px;
    border-color: #cbd5e1;
    box-shadow: none;
}

.tabacchi-filter-search .form-control[b-ltdc7e3zgd] {
    background: #fffef9;
    border-color: #f5d0a5;
}

.tabacchi-actions[b-ltdc7e3zgd] {
    justify-content: flex-end;
}

.tabacchi-actions .btn[b-ltdc7e3zgd] {
    min-height: 46px;
    border-radius: 12px;
}

.tabacchi-table-shell[b-ltdc7e3zgd] {
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    max-height: 68vh;
    overflow: auto;
}

.tabacchi-table[b-ltdc7e3zgd] {
    margin-bottom: 0;
    min-width: 1220px;
}

.tabacchi-table thead th[b-ltdc7e3zgd] {
    position: sticky;
    top: 0;
    z-index: 3;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    background: linear-gradient(180deg, #58aefc 0%, #2d83ea 100%);
    color: #eff6ff;
    border-bottom: none;
    box-shadow: inset 0 -1px 0 rgba(191, 219, 254, 0.65);
    white-space: nowrap;
}

.tabacchi-table td[b-ltdc7e3zgd] {
    vertical-align: top;
}

.row-excluded[b-ltdc7e3zgd] {
    opacity: 0.72;
}

.sort-btn[b-ltdc7e3zgd] {
    border: none;
    background: transparent;
    font: inherit;
    font-weight: 700;
    color: inherit;
    padding: 0;
    text-align: left;
}

.sort-btn:hover[b-ltdc7e3zgd] {
    color: #ffffff;
}

.mono[b-ltdc7e3zgd] {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    white-space: nowrap;
}

.canon-desc[b-ltdc7e3zgd] {
    font-weight: 600;
    color: #111827;
}

.raw-description-block[b-ltdc7e3zgd] {
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}

.raw-description-text[b-ltdc7e3zgd] {
    color: #1f2937;
}

.raw-meta[b-ltdc7e3zgd] {
    font-size: 0.7rem;
    color: #6b7280;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    align-items: center;
}

.status-badge[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.status-active[b-ltdc7e3zgd] {
    background: #dcfce7;
    color: #166534;
}

.status-radiated[b-ltdc7e3zgd] {
    background: #fee2e2;
    color: #991b1b;
}

.status-excluded[b-ltdc7e3zgd] {
    background: #e0f2fe;
    color: #075985;
}

.row-actions[b-ltdc7e3zgd] {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.weight-input[b-ltdc7e3zgd] {
    min-width: 96px;
}

.price-input[b-ltdc7e3zgd] {
    min-width: 96px;
}

.price-preview-block[b-ltdc7e3zgd] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.price-preview-warning[b-ltdc7e3zgd] {
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 700;
}

.barcode-editor[b-ltdc7e3zgd] {
    min-width: 220px;
}

.barcode-help[b-ltdc7e3zgd] {
    margin-top: 0.35rem;
    font-size: 0.76rem;
    color: #64748b;
}

.barcode-list[b-ltdc7e3zgd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.barcode-chip[b-ltdc7e3zgd],
.barcode-more[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.18rem 0.5rem;
    font-size: 0.76rem;
    font-weight: 700;
}

.barcode-chip[b-ltdc7e3zgd] {
    background: #e0f2fe;
    color: #0c4a6e;
}

.barcode-more[b-ltdc7e3zgd] {
    background: #f1f5f9;
    color: #334155;
}

.source-badge[b-ltdc7e3zgd] {
    display: inline-flex;
    align-items: center;
    padding: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.source-badge-tabades[b-ltdc7e3zgd] {
    color: #dc2626;
}

.source-badge-fit[b-ltdc7e3zgd] {
    color: #15803d;
}

.source-badge-dashboard[b-ltdc7e3zgd] {
    color: #2563eb;
}

.source-badge-neutral[b-ltdc7e3zgd] {
    color: #334155;
}

.source-date[b-ltdc7e3zgd] {
    font-size: 0.68rem;
    color: #64748b;
}

@media (max-width: 1200px) {
    .rules-grid[b-ltdc7e3zgd],
    .tabacchi-stats-primary[b-ltdc7e3zgd],
    .tabacchi-stats-secondary[b-ltdc7e3zgd],
    .fit-preview-grid[b-ltdc7e3zgd] {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
    }

    .tabacchi-toolbar[b-ltdc7e3zgd] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
}

@media (max-width: 820px) {
    .tabacchi-hero[b-ltdc7e3zgd],
    .fit-import-head[b-ltdc7e3zgd],
    .toolbar-head[b-ltdc7e3zgd] {
        flex-direction: column;
    }

    .hero-badges[b-ltdc7e3zgd],
    .fit-actions[b-ltdc7e3zgd] {
        align-items: stretch;
        justify-content: flex-start;
    }

    .rules-grid[b-ltdc7e3zgd],
    .tabacchi-stats-primary[b-ltdc7e3zgd],
    .tabacchi-stats-secondary[b-ltdc7e3zgd],
    .fit-preview-grid[b-ltdc7e3zgd],
    .tabacchi-toolbar[b-ltdc7e3zgd] {
        grid-template-columns: 1fr;
    }
}
