/* V106 Growth Ops suite */
.v106-admin-launcher .btn,
.card .btn { border-radius: 999px; }

.brand-ecosystem-section .venture-card,
.footer-ventures .venture-card {
    background: linear-gradient(180deg, #07152a 0%, #0b1d39 100%);
    color: #fff;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 26px;
    box-shadow: 0 16px 40px rgba(0,0,0,.18);
}
.brand-ecosystem-section .venture-card .venture-title,
.footer-ventures .venture-card .venture-title { color: #fff; opacity: .98; }
.brand-ecosystem-section .venture-card .venture-desc,
.footer-ventures .venture-card .venture-desc { color: rgba(255,255,255,.8); }

.company-sidebar .company-logo,
.company-dashboard-sidebar .company-logo,
.company-profile-card .company-logo {
    width: 136px !important;
    max-width: 136px !important;
    height: auto !important;
}

.company-sidebar .company-avatar,
.company-dashboard-sidebar .company-avatar,
.company-profile-card .company-avatar {
    width: 76px !important;
    height: 76px !important;
}

.home-header.is-scrolled,
.site-header.is-scrolled,
.header-scrolled {
    background: rgba(255,255,255,.96) !important;
    backdrop-filter: saturate(150%) blur(10px);
}
.home-header.is-scrolled .topbar-link,
.site-header.is-scrolled .topbar-link,
.header-scrolled .topbar-link,
.home-header.is-scrolled .header-icon,
.site-header.is-scrolled .header-icon,
.header-scrolled .header-icon {
    color: #081a36 !important;
    opacity: 1 !important;
}
.home-header.is-scrolled .logo-light,
.site-header.is-scrolled .logo-light,
.header-scrolled .logo-light { display:none !important; }
.home-header.is-scrolled .logo-dark,
.site-header.is-scrolled .logo-dark,
.header-scrolled .logo-dark { display:inline-flex !important; }
