/**
 * Flow Social Theme — Sprint Rebranding 1 (ex-VOZO Theme 12D).
 * O nome do arquivo e as variáveis --vozo-* são identificadores internos e
 * permanecem; os VALORES agora seguem a paleta Flow Social
 * (config/branding.php + resources/css/theme/colors.css).
 * Tipografia: Sora (títulos) + Poppins (corpo).
 */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    /* Tokens oficiais Flow Social */
    --flow-green: #00C896;
    --flow-emerald: #00A878;
    --flow-blue: #2D7FF9;
    --bg-primary: #10141C;
    --bg-panel: #1C2230;
    --bg-card: #253047;
    --text: #F5F7FA;
    --text-muted: #8A93A6;
    --border: #2D3748;
    --font-heading: 'Sora', 'Segoe UI', sans-serif;
    --font-body: 'Poppins', 'Segoe UI', sans-serif;
    --shadow-button: 0 8px 24px rgba(0, 200, 150, .25);
    --shadow-card: 0 10px 30px rgba(0, 0, 0, .35);
    --radius-button: 12px;
    --radius-card: 16px;

    /* Aliases legados (--vozo-*) apontando para a nova paleta. */
    --vozo-navy: var(--flow-blue);
    --vozo-green: var(--flow-green);
    --vozo-green-light: #4ADEB8;
    --vozo-yellow: #FEDD4A;
    --vozo-orange: #FF8C42;
    --vozo-bg: #F2F4F6;
    --vozo-charcoal: #10141C;
    --vozo-white: #FFFFFF;
    --vozo-muted: #8A98A8;
    --vozo-border: rgba(16, 20, 28, .08);

    --vozo-primary: var(--flow-green);
    --vozo-primary-light: #4ADEB8;
    --vozo-primary-dark: var(--flow-emerald);
    --vozo-dark: var(--vozo-charcoal);

    --bs-primary: #00C896;
    --bs-primary-rgb: 0, 200, 150;
    --bs-body-font-family: var(--font-body);
}

body {
    font-family: var(--font-body) !important;
    background:
        radial-gradient(circle at top left, rgba(0, 200, 150, .14), transparent 30%),
        radial-gradient(circle at top right, rgba(45, 127, 249, .10), transparent 24%),
        var(--vozo-bg) !important;
    color: var(--vozo-charcoal);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.fw-bold, .fw-semibold, .card-title,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--font-heading) !important;
    letter-spacing: -0.01em;
}

a { color: var(--flow-green); }
a:hover { color: var(--flow-emerald); }

.content-wrapper {
    background: transparent !important;
}

.container-p-y {
    padding-top: 2rem !important;
}

.container-xxl.container-p-y {
    padding-top: 2rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

/* Sidebar */
.layout-menu,
.bg-menu-theme {
    background: linear-gradient(180deg, #1C2230 0%, #10141C 55%, #10141C 100%) !important;
    box-shadow: 8px 0 30px rgba(16, 20, 28, .18);
}

.app-brand {
    height: auto !important;
    min-height: 78px !important;
    padding: 1.5rem 1.25rem 1.1rem !important;
    margin-bottom: .75rem !important;
}

.app-brand .app-brand-logo,
.app-brand .app-brand-logo img {
    width: 42px !important;
    height: 42px !important;
    max-height: 42px;
    border-radius: 12px;
    flex-shrink: 0;
}

.app-brand-text {
    color: #FFFFFF !important;
    font-family: var(--font-heading) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}

.menu-inner {
    padding-top: .5rem !important;
}

.menu-header,
.bg-menu-theme .menu-header,
.bg-menu-theme .menu-header .menu-header-text,
.bg-menu-theme .menu-header > span {
    color: rgba(255,255,255,.58) !important;
    font-size: .72rem !important;
    font-weight: 800 !important;
    letter-spacing: .09em !important;
    text-transform: uppercase;
    padding: 1.05rem 1.35rem .35rem !important;
}

.menu-header::before,
.menu-header::after,
.bg-menu-theme .menu-header::before,
.bg-menu-theme .menu-header::after,
.layout-menu::before,
.layout-menu::after,
.bg-menu-theme .menu-inner > .menu-item::before,
.bg-menu-theme .menu-inner > .menu-item::after {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.layout-menu .menu-inner-shadow,
.bg-menu-theme .menu-inner-shadow {
    display: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bg-menu-theme .menu-link,
.bg-menu-theme .menu-item .menu-link {
    color: rgba(255,255,255,.72) !important;
    border-radius: 12px !important;
    margin: 4px 14px !important;
    min-height: 44px;
    padding: .625rem .875rem !important;
    font-weight: 600;
    background: transparent !important;
    box-shadow: none !important;
    transition: all .18s ease-in-out !important;
}

.bg-menu-theme .menu-link i,
.bg-menu-theme .menu-link .menu-icon {
    color: rgba(255,255,255,.78) !important;
    font-size: 1.18rem;
}

.bg-menu-theme .menu-link:hover,
.bg-menu-theme .menu-link:focus {
    background: rgba(255,255,255,.08) !important;
    color: #FFFFFF !important;
    transform: translateX(2px);
}

.bg-menu-theme .menu-link:hover i,
.bg-menu-theme .menu-link:hover .menu-icon {
    color: #4ADEB8 !important;
}

.bg-menu-theme .menu-item.active > .menu-link,
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle),
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link,
.bg-menu-theme .menu-item.open.active > .menu-link {
    background: linear-gradient(135deg, #00C896, #4ADEB8) !important;
    color: #10141C !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 24px rgba(0, 200, 150, .28) !important;
}

.bg-menu-theme .menu-item.active > .menu-link i,
.bg-menu-theme .menu-item.active > .menu-link .menu-icon,
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link .menu-icon {
    color: #10141C !important;
}

.bg-menu-theme .menu-item.open:not(.active) > .menu-link,
.bg-menu-theme .menu-item.open:not(.menu-item-closing):not(.active) > .menu-toggle {
    background: rgba(255,255,255,.08) !important;
    color: #FFFFFF !important;
}

.bg-menu-theme .menu-sub {
    padding-top: .25rem !important;
    padding-bottom: .35rem !important;
}

.bg-menu-theme .menu-sub .menu-link,
.bg-menu-theme .menu-sub .menu-item .menu-link {
    min-height: 36px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    margin-left: 14px !important;
    margin-right: 14px !important;
    padding-left: 3.05rem !important;
    font-size: .92rem !important;
    font-weight: 500;
    color: rgba(255,255,255,.62) !important;
    background: transparent !important;
    box-shadow: none !important;
}

.bg-menu-theme .menu-sub .menu-link:hover {
    color: #FFFFFF !important;
    background: rgba(255,255,255,.07) !important;
}

.bg-menu-theme .menu-sub .menu-item.active > .menu-link {
    background: rgba(74, 222, 184, .14) !important;
    color: #4ADEB8 !important;
    box-shadow: none !important;
}

.menu-toggle::after {
    color: rgba(255,255,255,.62) !important;
}

.layout-menu .ps__rail-y {
    background: transparent !important;
    width: 6px !important;
    right: 0 !important;
}

.layout-menu .ps__thumb-y {
    background-color: rgba(74, 222, 184, .55) !important;
    border-radius: 10px !important;
}

.layout-menu-toggle .bx {
    color: var(--vozo-green) !important;
}

/* Navbar */
.layout-navbar {
    border: 0 !important;
    border-radius: 18px !important;
    background: rgba(255,255,255,.92) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(31, 35, 39, .08) !important;
}

.navbar-detached {
    margin: 1.25rem 1.75rem 0 !important;
}

.navbar .form-control {
    border: 0 !important;
    background: transparent !important;
}

.vozo-user-badge {
    background: #00C896;
    color: #FFFFFF;
    border-radius: 8px;
    padding: .35rem .7rem;
    font-weight: 800;
    font-size: .78rem;
}

/* Cards */
.card {
    border: 1px solid var(--vozo-border) !important;
    border-radius: var(--radius-card) !important;
    background: #FFFFFF !important;
    box-shadow: 0 12px 30px rgba(16, 20, 28, .07) !important;
    transition: transform .18s ease, box-shadow .18s ease !important;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(31, 35, 39, .10) !important;
}

.card-header {
    background: transparent !important;
    border-bottom: 1px solid var(--vozo-border) !important;
    border-radius: 18px 18px 0 0 !important;
}

.card-body {
    padding: 1.35rem !important;
}

.card-footer {
    background: transparent !important;
    border-top: 1px solid var(--vozo-border) !important;
}

.card-title {
    color: #10141C !important;
    font-weight: 800 !important;
}

.text-muted {
    color: #8A98A8 !important;
}

/* Métricas e empty states */
.vozo-metric-card .card-body {
    min-height: 154px;
}

.vozo-icon-box {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
}

.vozo-icon-box.bg-green {
    background: rgba(0, 200, 150, .12);
    color: #00C896;
}

.vozo-icon-box.bg-navy {
    background: rgba(45, 127, 249, .12);
    color: #2D7FF9;
}

.vozo-icon-box.bg-yellow {
    background: rgba(254, 221, 74, .22);
    color: #9A7400;
}

.vozo-icon-box.bg-orange {
    background: rgba(255, 140, 66, .14);
    color: #FF8C42;
}

.vozo-empty-icon,
.vozo-empty-state .empty-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(0, 200, 150, .12);
    color: #00C896;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.vozo-empty-state {
    text-align: center;
    padding: 3rem 1.5rem;
}

.vozo-page-header {
    margin-bottom: 1.5rem;
}

.vozo-page-header .page-title {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--vozo-charcoal);
    margin: 0;
}

.vozo-page-header .page-description {
    color: var(--vozo-muted);
    font-size: .9rem;
    margin-top: .25rem;
}

/* Botões */
.btn-primary {
    background: var(--flow-green) !important;
    border: 0 !important;
    border-radius: var(--radius-button) !important;
    color: #FFFFFF !important;
    font-family: var(--font-heading) !important;
    font-weight: 700 !important;
    box-shadow: var(--shadow-button);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--flow-emerald) !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 200, 150, .32) !important;
    color: #FFFFFF !important;
}

.btn-dark {
    background: #10141C !important;
    border-color: #10141C !important;
    color: #FFFFFF !important;
}

.btn-outline-primary {
    color: #00C896 !important;
    border-color: #00C896 !important;
    background: transparent !important;
}

.btn-outline-primary:hover {
    background: #00C896 !important;
    color: #FFFFFF !important;
}

/* Formulários e utilitários */
.form-control:focus,
.form-select:focus {
    border-color: #00C896 !important;
    box-shadow: 0 0 0 .2rem rgba(0, 200, 150, .20) !important;
}

.text-primary { color: #00C896 !important; }
.bg-primary { background-color: #00C896 !important; }
.border-primary { border-color: #00C896 !important; }
.badge.bg-primary { background-color: #00C896 !important; }
.badge.bg-success { background-color: #00C896 !important; }
.badge.bg-warning { background-color: #FEDD4A !important; }
.badge.bg-danger { background-color: #FF8C42 !important; }
.progress-bar { background-color: #00C896 !important; }
.avatar-initial { background-color: #00C896 !important; color: #FFFFFF !important; }

.superadmin-badge {
    background: linear-gradient(135deg, #FEDD4A, #FF8C42);
    color: #10141C;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: var(--font-heading) !important;
}

.alert-primary {
    background-color: rgba(0, 200, 150, .1) !important;
    border-color: #00C896 !important;
    color: #075E3B !important;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 200, 150, .05) !important;
}

/* UI/UX Premium 1 */
.vozo-form-card,
.vozo-card {
    background: #fff;
    border: 1px solid rgba(31, 35, 39, .08);
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(31, 35, 39, .07);
}

.vozo-form-card {
    padding: 1.5rem;
}

.vozo-input,
.vozo-select,
.vozo-textarea,
input.vozo-input,
select.vozo-select,
textarea.vozo-textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(31, 35, 39, .14);
    border-radius: 10px;
    background: #fff;
    color: #10141C;
    padding: .65rem .85rem;
    font-size: .92rem;
    box-shadow: 0 4px 12px rgba(31,35,39,.04);
}

.vozo-textarea {
    min-height: 110px;
}

.vozo-input:focus,
.vozo-select:focus,
.vozo-textarea:focus {
    border-color: #0EAD69;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(14, 173, 105, .18);
}

.vozo-btn-primary,
.vozo-btn-secondary,
.vozo-btn-danger,
.vozo-btn-outline,
.vozo-btn-dark,
.vozo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border-radius: 10px;
    padding: .6rem 1rem;
    font-weight: 800;
    font-size: .9rem;
    text-decoration: none;
    border: 1px solid transparent;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.vozo-btn-sm {
    min-height: 32px;
    padding: .4rem .65rem;
    border-radius: 8px;
    font-size: .78rem;
}

.vozo-btn-primary {
    background: #0EAD69;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(14, 173, 105, .24);
}

.vozo-btn-primary:hover {
    background: #00A878;
    color: #fff !important;
    transform: translateY(-1px);
}

.vozo-btn-secondary {
    background: #F2F4F6;
    color: #10141C !important;
    border-color: rgba(31,35,39,.10);
}

.vozo-btn-outline {
    background: #fff;
    color: #10141C !important;
    border-color: rgba(31,35,39,.16);
}

.vozo-btn-danger {
    background: #dc2626;
    color: #fff !important;
}

.vozo-btn-dark {
    background: #10141C;
    color: #fff !important;
}

.vozo-btn-danger-outline {
    background: #fff;
    color: #dc2626 !important;
    border-color: rgba(220, 38, 38, .28);
}

.vozo-btn-danger-outline:hover {
    background: #fef2f2;
    color: #b91c1c !important;
}

.vozo-post-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(31,35,39,.08);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(31,35,39,.05);
    transition: transform .15s ease, box-shadow .15s ease;
}

.vozo-post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(31,35,39,.08);
}

.vozo-post-thumb {
    position: relative;
    height: clamp(170px, 18vw, 210px);
    flex: 0 0 auto;
    overflow: hidden;
    background: #f1f5f9;
}

.vozo-post-thumb img,
.vozo-post-thumb video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vozo-post-status {
    position: absolute;
    right: 12px;
    top: 12px;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 800;
    color: #fff;
    box-shadow: 0 6px 16px rgba(15,23,42,.18);
}

.vozo-badge-draft { background: #64748b; }
.vozo-badge-scheduled { background: #2563eb; }
.vozo-badge-publishing { background: #d97706; }
.vozo-badge-published { background: #0ead69; }
.vozo-badge-failed { background: #dc2626; }
.vozo-badge-canceled { background: #475569; }

.vozo-post-body {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    display: grid;
    gap: .75rem;
    padding: 1rem;
    background: #fff;
}

.vozo-post-head h2 {
    margin: 0;
    font-size: .92rem;
    font-weight: 800;
    color: #10141c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vozo-post-head p {
    margin: .35rem 0 0;
    font-size: .78rem;
    line-height: 1.45;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vozo-post-meta {
    display: grid;
    gap: .2rem;
    font-size: .76rem;
    color: #64748b;
}

.vozo-post-meta span:first-child {
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vozo-post-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    border-top: 1px solid #eef2f7;
    padding-top: .75rem;
}

.vozo-post-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .vozo-post-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1180px) {
    .vozo-post-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.vozo-filter-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: .55rem;
    padding: .75rem;
    border: 1px solid rgba(31,35,39,.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31,35,39,.05);
    align-items: center;
}

.vozo-filter-bar .vozo-input,
.vozo-filter-bar .vozo-select {
    min-height: 36px;
    padding: .45rem .65rem;
    font-size: .84rem;
    box-shadow: none;
}

.vozo-filter-bar label {
    font-size: .8rem;
}

.vozo-content-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
}

@media (min-width: 768px) {
    .vozo-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1180px) {
    .vozo-content-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.vozo-content-card {
    overflow: hidden;
    border: 1px solid rgba(31,35,39,.08);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(31,35,39,.06);
}

.vozo-content-thumb {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #F2F4F6;
}

.vozo-content-body {
    padding: 1rem;
}

.vozo-pagination-wrap nav {
    display: flex;
    justify-content: center;
}

.vozo-pagination-wrap .pagination,
.vozo-pagination-wrap nav > div:last-child {
    margin-top: 1rem;
}

.vozo-calendar-shell {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1rem;
}

.vozo-calendar-month {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    border: 1px solid rgba(31,35,39,.08);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.vozo-calendar-day {
    min-height: 112px;
    border-right: 1px solid rgba(31,35,39,.06);
    border-bottom: 1px solid rgba(31,35,39,.06);
    padding: .65rem;
}

.vozo-calendar-event {
    display: block;
    margin-top: .35rem;
    border-radius: 8px;
    padding: .35rem .45rem;
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991.98px) {
    .vozo-calendar-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .vozo-filter-bar {
        grid-template-columns: 1fr;
    }

    .vozo-calendar-day {
        min-height: 88px;
        padding: .45rem;
    }
}

.vozo-action-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .75rem;
}

.vozo-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: .25rem .65rem;
    font-size: .72rem;
    font-weight: 800;
}

.vozo-badge-success { background: rgba(14,173,105,.12); color: #08734a; }
.vozo-badge-warning { background: rgba(254,221,74,.28); color: #7a5a00; }
.vozo-badge-danger { background: rgba(255,140,66,.16); color: #b34800; }
.vozo-badge-muted { background: #F2F4F6; color: #64748b; }

.vozo-topbar-search {
    min-width: 220px;
}

.vozo-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    color: #64748b !important;
}

.vozo-icon-btn:hover {
    background: rgba(14,173,105,.10);
    color: #0EAD69 !important;
}

.vozo-notification-dot {
    position: absolute;
    top: 2px;
    right: 0;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #FF8C42;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
}

.vozo-notification-menu {
    width: min(360px, calc(100vw - 2rem));
    border: 1px solid rgba(31,35,39,.08);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(31,35,39,.16);
    overflow: hidden;
}

.vozo-level-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    margin-top: .35rem;
    flex: 0 0 10px;
}

.vozo-level-info { background: #2D7FF9; }
.vozo-level-success { background: #0EAD69; }
.vozo-level-warning { background: #FEDD4A; }
.vozo-level-danger { background: #dc2626; }

.vozo-footer {
    border-top: 1px solid rgba(31,35,39,.08);
    background: transparent !important;
}

.vozo-toast-stack {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1090;
    display: grid;
    gap: .75rem;
}

.vozo-toast {
    min-width: 290px;
    max-width: min(440px, calc(100vw - 2rem));
    border: 0;
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(31,35,39,.16);
    transition: opacity .2s ease, transform .2s ease;
}

.vozo-toast .toast-header {
    gap: .25rem;
}

.vozo-toast .btn-close {
    flex: 0 0 auto;
}

.vozo-toast-success .toast-header { color: #08734a; }
.vozo-toast-danger .toast-header { color: #dc2626; }
.vozo-toast-warning .toast-header { color: #7a5a00; }

/* Tailwind blue -> VOZO 12D */
.text-blue-600,
.text-blue-700,
.text-blue-500 {
    color: #00C896 !important;
}

.text-blue-800 {
    color: #10141C !important;
}

.text-blue-100,
.text-blue-200 {
    color: #4ADEB8 !important;
}

.bg-blue-600,
.bg-blue-700 {
    background-color: #00C896 !important;
}

.bg-blue-50 {
    background-color: #F2F4F6 !important;
}

.bg-blue-100 {
    background-color: rgba(0, 200, 150, .1) !important;
}

.hover\:bg-blue-700:hover,
.hover\:bg-blue-600:hover {
    background-color: #00A878 !important;
    color: #FFFFFF !important;
}

.hover\:bg-blue-50:hover {
    background-color: #F2F4F6 !important;
}

.hover\:text-blue-600:hover,
.hover\:text-blue-700:hover {
    color: #00C896 !important;
}

.border-blue-500,
.border-blue-600,
.focus\:border-blue-500:focus {
    border-color: #00C896 !important;
}

.focus\:ring-blue-500:focus {
    --tw-ring-color: rgba(0, 200, 150, .4) !important;
}

.from-blue-600,
.from-blue-700 {
    --tw-gradient-from: #2D7FF9 !important;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, transparent) !important;
}

.via-blue-700 {
    --tw-gradient-stops: var(--tw-gradient-from), #00C896, var(--tw-gradient-to, transparent) !important;
}

.to-purple-700 {
    --tw-gradient-to: #10141C !important;
}

@media (max-width: 767.98px) {
    .container-xxl.container-p-y {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .navbar-detached {
        margin: .9rem 1rem 0 !important;
    }
}

/* Sprint CRM 1 */
.vozo-crm-shell{display:grid;grid-template-columns:minmax(260px,330px) minmax(0,1fr) minmax(240px,300px);gap:16px;align-items:stretch}
.vozo-crm-list,.vozo-crm-chat,.vozo-crm-contact{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.vozo-crm-list{padding:10px;max-height:760px;overflow:auto}
.vozo-crm-thread{width:100%;border:0;background:transparent;border-radius:12px;padding:10px;display:flex;gap:10px;text-align:left;color:#1f2937}
.vozo-crm-thread:hover,.vozo-crm-thread.active{background:#eefcf5}
.vozo-crm-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0ead69;color:#fff;font-weight:800;flex:0 0 auto;text-transform:uppercase}
.vozo-crm-avatar.big{width:62px;height:62px;font-size:24px}
.vozo-crm-thread-body{min-width:0;display:grid;gap:2px;flex:1}
.vozo-crm-last{display:block;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vozo-crm-chat{display:flex;min-height:680px;max-height:760px;overflow:hidden;flex-direction:column}
.vozo-crm-chat-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px}
.vozo-crm-chat-header h2{font-size:18px;margin:0;color:#111827}
.vozo-crm-chat-header span{font-size:13px;color:#64748b}
.vozo-crm-messages{padding:18px;overflow:auto;flex:1;background:linear-gradient(180deg,#f8fafc,#fff)}
.vozo-crm-bubble-row{display:flex;margin-bottom:12px}
.vozo-crm-bubble-row.out{justify-content:flex-end}
.vozo-crm-bubble{max-width:min(520px,82%);padding:11px 13px;border-radius:14px;font-size:14px;line-height:1.45;box-shadow:0 8px 18px rgba(15,23,42,.08)}
.vozo-crm-bubble.inbound{background:#fff;border:1px solid #e5e7eb;color:#1f2937;border-bottom-left-radius:4px}
.vozo-crm-bubble.outbound{background:#0ead69;color:#fff;border-bottom-right-radius:4px}
.vozo-crm-bubble.automation,.vozo-crm-bubble.system{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.vozo-crm-bubble small{display:block;margin-top:6px;opacity:.75;font-size:11px}
.vozo-crm-bubble-label{display:inline-block;font-size:10px;text-transform:uppercase;font-weight:800;margin-bottom:4px;letter-spacing:.04em}
.vozo-crm-compose{border-top:1px solid #e5e7eb;padding:14px;display:grid;gap:10px;background:#fff}
.vozo-crm-contact{padding:18px;max-height:760px;overflow:auto}
.vozo-crm-contact h3{font-size:16px;margin-bottom:14px}
.vozo-crm-profile{display:grid;justify-items:center;gap:6px;text-align:center;padding:16px;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px}
.vozo-crm-details{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;font-size:13px}
.vozo-crm-details dt{color:#64748b;font-weight:700}
.vozo-crm-details dd{margin:0;text-align:right;color:#111827}
@media (max-width:1180px){.vozo-crm-shell{grid-template-columns:280px minmax(0,1fr)}.vozo-crm-contact{grid-column:1/-1}}
@media (max-width:760px){.vozo-crm-shell{grid-template-columns:1fr}.vozo-crm-chat{min-height:560px}.vozo-crm-bubble{max-width:92%}}

/* Sprint UI/UX Premium 3 */
.vozo-action-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;box-shadow:0 10px 26px rgba(15,23,42,.05)}
.vozo-action-toolbar.is-compact{padding:10px}
.vozo-post-form-page{max-width:100%;overflow-x:hidden}
.vozo-post-form-page *{box-sizing:border-box}
.vozo-post-form-page .page-title{font-size:clamp(1.35rem,2vw,1.9rem);line-height:1.15}
.vozo-post-composer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start;padding-bottom:88px;width:100%;max-width:100%;overflow:visible}
.vozo-composer-column{display:grid;gap:18px;min-width:0}
.vozo-step-title{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}
.vozo-step-title>span{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#0ead69;color:#fff;font-weight:800;flex:0 0 auto}
.vozo-step-title h2{font-size:17px!important;line-height:1.25;margin:0;color:#1f2327}
.vozo-step-title p{font-size:13px;margin:2px 0 0;color:#64748b}
.vozo-post-form-page .form-label{display:block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.03em;color:#64748b;text-transform:uppercase}
.vozo-post-form-page .mb-3{margin-bottom:1rem!important}
.vozo-post-form-page .vozo-input,.vozo-post-form-page .vozo-select,.vozo-post-form-page .vozo-textarea{display:block;width:100%;max-width:100%}
.vozo-channel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.vozo-channel-toggle{display:flex;align-items:center;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fff;cursor:pointer;font-weight:700;color:#334155}
.vozo-channel-toggle input{accent-color:#0ead69}
.vozo-channel-toggle span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vozo-channel-icon{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#eefcf5;color:#0b8f57}
.vozo-uploader{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;align-items:center;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;padding:14px}
.vozo-upload-preview{width:150px;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;display:grid;place-items:center;color:#94a3b8}
.vozo-upload-preview img,.vozo-preview-media img,.vozo-preview-media video{width:100%;height:100%;object-fit:cover;display:block}
.vozo-upload-preview i,.vozo-preview-media i{font-size:32px;display:block;text-align:center}
.vozo-upload-actions{display:grid;gap:10px;min-width:0}
.vozo-upload-actions p{font-size:12px;color:#64748b;margin:0}
.vozo-file-picker{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid #dbe3ec;border-radius:10px;background:#fff;padding:10px 12px;font-weight:800;color:#1f2327;cursor:pointer;min-height:42px}
.vozo-file-picker input{position:absolute;inset:0;opacity:0;cursor:pointer}
.vozo-file-picker small{display:block;color:#64748b;font-weight:600}
.vozo-soon-box{display:flex;gap:10px;align-items:flex-start;border:1px solid #dbeafe;background:#eff6ff;border-radius:12px;padding:12px;color:#1d4ed8}
.vozo-soon-box i{font-size:22px}
.vozo-soon-box span{display:block;font-size:12px;color:#475569}
.vozo-preview-column{position:sticky;top:110px}
.vozo-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 18px 42px rgba(15,23,42,.08);overflow:hidden}
.vozo-preview-top{display:flex;gap:10px;align-items:center;padding:16px;border-bottom:1px solid #eef2f7;background:linear-gradient(180deg,#fff,#f8fafc)}
.vozo-preview-top strong{display:block;font-size:14px;color:#1f2327}
.vozo-preview-top span{display:block;font-size:12px;color:#64748b}
.vozo-preview-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0ead69,#7ae582);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 18px rgba(14,173,105,.28)}
.vozo-preview-media{aspect-ratio:4/5;max-height:420px;background:#0f172a;display:grid;place-items:center;color:#94a3b8;overflow:hidden}
.vozo-preview-media>div{display:grid;gap:6px;place-items:center}
.vozo-preview-copy{padding:16px;background:#fff}
.vozo-preview-copy strong{display:block;color:#1f2327;margin-bottom:8px;font-size:14px}
.vozo-preview-copy p{font-size:13px;line-height:1.55;color:#475569;white-space:pre-wrap;margin:0 0 10px}
.vozo-preview-copy span{display:block;font-size:12px;color:#0b8f57;font-weight:700;line-height:1.5}
.vozo-preview-type{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:6px 10px;border-radius:999px;background:#eefcf5;color:#0b8f57;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.vozo-composer-footer{position:sticky;bottom:16px;z-index:30;margin:18px auto 0;display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:center;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;box-shadow:0 18px 40px rgba(15,23,42,.12);max-width:100%}
.vozo-composer-footer-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.vozo-composer-footer .vozo-btn{min-width:132px}
.vozo-approval-footer-hint{display:flex;align-items:center;gap:8px;margin-right:auto;min-width:220px;color:#64748b;font-size:13px;font-weight:700}
.vozo-approval-footer-hint i{color:#0ead69;font-size:20px}
.vozo-social-channel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.vozo-social-channel-card{display:flex;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 12px 26px rgba(15,23,42,.05)}
.vozo-social-channel-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#eefcf5;color:#0b8f57;flex:0 0 auto}
.vozo-social-channel-icon i{font-size:24px}
.vozo-social-channel-card h2{font-size:16px;margin:0;color:#1f2327}
.vozo-social-channel-card p{font-size:13px;color:#64748b;margin:8px 0 12px}
.vozo-tabs{display:flex;gap:8px;flex-wrap:wrap}
.vozo-tabs span{border:1px solid #e5e7eb;border-radius:999px;padding:8px 12px;background:#fff;font-size:13px;font-weight:800;color:#475569}
.vozo-mini-chart{min-height:180px;display:flex;align-items:end;gap:10px}
.vozo-mini-chart>div{flex:1;display:grid;align-items:end;gap:6px;text-align:center;min-width:34px}
.vozo-mini-chart>div:before{content:"";display:block;height:var(--h);min-height:8px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#0ead69,#7ae582)}
.vozo-mini-chart span{font-size:12px;font-weight:800;color:#1f2327}
.vozo-mini-chart small{font-size:11px;color:#64748b}
.vozo-kanban{display:grid;grid-template-columns:repeat(6,minmax(220px,1fr));gap:14px;overflow-x:auto;padding-bottom:10px}
.vozo-kanban-column{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;min-height:420px;min-width:220px}
.vozo-kanban-header{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:1px solid #e5e7eb}
.vozo-kanban-header span{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:800}
.vozo-kanban-list{display:grid;gap:10px;padding:12px}
.vozo-kanban-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;box-shadow:0 8px 18px rgba(15,23,42,.05)}
.vozo-kanban-card strong{display:block;font-size:14px;color:#1f2327}
.vozo-kanban-card p{font-size:12px;color:#64748b;margin:6px 0 12px}
.vozo-kanban-empty{display:grid;place-items:center;min-height:90px;border:1px dashed #cbd5e1;border-radius:12px;color:#94a3b8;font-size:13px;font-weight:800}
.vozo-modal{border:0;border-radius:14px;box-shadow:0 24px 60px rgba(15,23,42,.2)}
@media (max-width:1280px){.vozo-post-composer{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.vozo-preview-column{grid-column:1/-1;position:static}.vozo-social-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:780px){.vozo-post-composer,.vozo-uploader{grid-template-columns:1fr}.vozo-upload-preview{width:100%;max-height:260px}.vozo-channel-grid,.vozo-social-channel-grid{grid-template-columns:1fr}.vozo-composer-footer{grid-template-columns:1fr}.vozo-composer-footer-actions{justify-content:stretch}.vozo-composer-footer .vozo-btn{flex:1 1 calc(50% - 4px);min-width:0}}

/* Sprint 5 — Inbox Omnichannel */
.vozo-inbox-shell{display:grid;grid-template-columns:minmax(270px,340px) minmax(0,1fr) minmax(250px,310px);gap:16px;align-items:stretch}
.vozo-inbox-list,.vozo-inbox-chat,.vozo-inbox-contact{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.vozo-inbox-list{padding:10px;max-height:790px;overflow:auto}
.vozo-inbox-thread{width:100%;border:0;background:transparent;border-radius:12px;padding:10px;display:flex;gap:10px;text-align:left;color:#1f2937}
.vozo-inbox-thread:hover,.vozo-inbox-thread.active{background:#eefcf5}
.vozo-inbox-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0ead69;color:#fff;font-weight:800;flex:0 0 auto;text-transform:uppercase}
.vozo-inbox-avatar.big{width:68px;height:68px;font-size:26px}
.vozo-inbox-thread-body{min-width:0;display:grid;gap:2px;flex:1}
.vozo-inbox-last{display:block;color:#64748b;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vozo-inbox-chat{display:flex;min-height:700px;max-height:790px;overflow:hidden;flex-direction:column}
.vozo-inbox-chat-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;gap:12px}
.vozo-inbox-chat-header h2{font-size:18px;margin:0;color:#111827}
.vozo-inbox-chat-header span{font-size:13px;color:#64748b}
.vozo-inbox-messages{padding:18px;overflow:auto;flex:1;background:linear-gradient(180deg,#f8fafc,#fff)}
.vozo-inbox-bubble-row{display:flex;margin-bottom:12px}
.vozo-inbox-bubble-row.out{justify-content:flex-end}
.vozo-inbox-bubble{max-width:min(540px,82%);padding:11px 13px;border-radius:14px;font-size:14px;line-height:1.45;box-shadow:0 8px 18px rgba(15,23,42,.08)}
.vozo-inbox-bubble.inbound{background:#fff;border:1px solid #e5e7eb;color:#1f2937;border-bottom-left-radius:4px}
.vozo-inbox-bubble.outbound{background:#0ead69;color:#fff;border-bottom-right-radius:4px}
.vozo-inbox-bubble.automation,.vozo-inbox-bubble.system{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}
.vozo-inbox-bubble small{display:block;margin-top:6px;opacity:.75;font-size:11px}
.vozo-inbox-bubble-label{display:inline-block;font-size:10px;text-transform:uppercase;font-weight:800;margin-bottom:4px;letter-spacing:.04em}
.vozo-inbox-compose{border-top:1px solid #e5e7eb;padding:14px;display:grid;gap:10px;background:#fff}
.vozo-inbox-contact{padding:18px;max-height:790px;overflow:auto}
.vozo-inbox-contact h3,.vozo-inbox-contact h4{font-size:16px;margin-bottom:14px}
.vozo-inbox-profile{display:grid;justify-items:center;gap:6px;text-align:center;padding:16px;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px}
.vozo-inbox-details{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;font-size:13px}
.vozo-inbox-details dt{color:#64748b;font-weight:700}
.vozo-inbox-details dd{margin:0;text-align:right;color:#111827}
.vozo-check-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px}
.vozo-check-row span:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background:var(--tag-color);margin-right:6px}
.vozo-inbox-history{margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;color:#64748b;font-size:13px}
@media (max-width:1180px){.vozo-inbox-shell{grid-template-columns:290px minmax(0,1fr)}.vozo-inbox-contact{grid-column:1/-1}}
@media (max-width:760px){.vozo-inbox-shell{grid-template-columns:1fr}.vozo-inbox-chat{min-height:560px}.vozo-inbox-bubble{max-width:92%}.vozo-inbox-chat-header{align-items:flex-start;flex-direction:column}}

/* Sprint 6 — Aprovação de Conteúdo */
.vozo-approval-tabs{display:flex;gap:8px;flex-wrap:wrap}
.vozo-approval-tabs button{border:1px solid #dbe3ea;background:#fff;color:#475569;border-radius:999px;padding:9px 14px;font-weight:700}
.vozo-approval-tabs button.active{background:#0ead69;color:#fff;border-color:#0ead69}
.vozo-approval-tabs span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;border-radius:999px;background:rgba(15,23,42,.08);font-size:12px}
.vozo-approval-card{display:grid;grid-template-columns:116px minmax(0,1fr);gap:14px;height:100%;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px;color:#111827;text-decoration:none;box-shadow:0 10px 26px rgba(15,23,42,.06)}
.vozo-approval-card:hover{color:#111827;transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.09)}
.vozo-approval-thumb{width:116px;aspect-ratio:1/1;border-radius:12px;background:#eefcf5;display:grid;place-items:center;overflow:hidden;color:#0ead69;font-size:28px}
.vozo-approval-thumb img{width:100%;height:100%;object-fit:cover}
.vozo-approval-body{min-width:0;display:grid;gap:8px}
.vozo-approval-body p{margin:0;color:#64748b;font-size:13px;line-height:1.45}
.vozo-approval-body dl{display:grid;grid-template-columns:84px 1fr;gap:4px 10px;font-size:12px;margin:0}
.vozo-approval-body dt{color:#94a3b8}
.vozo-approval-body dd{margin:0;color:#334155;text-align:right}
.vozo-approval-preview-img{width:100%;max-height:520px;object-fit:contain;border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc}
.vozo-approval-copy{margin-top:18px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.vozo-approval-copy p{white-space:pre-line;color:#1f2937}
.vozo-approval-copy span{color:#0ead69;font-weight:700}
.vozo-approval-timeline{display:grid;gap:12px;margin-top:16px}
.vozo-approval-timeline div{position:relative;padding-left:28px}
.vozo-approval-timeline span{position:absolute;left:0;top:4px;width:14px;height:14px;border-radius:50%;background:#0ead69;box-shadow:0 0 0 4px #dff8ea}
.vozo-approval-timeline strong{display:block;color:#111827}
.vozo-approval-timeline p{margin:2px 0 0;color:#64748b;font-size:13px}
.vozo-approval-comment{border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}
.vozo-approval-comment strong{display:block;color:#111827}
.vozo-approval-comment span{display:block;color:#94a3b8;font-size:12px;margin-bottom:6px}
.vozo-approval-comment p{margin:0;color:#475569}
.vozo-switch-line{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e5e7eb;border-radius:12px;height:100%}
.vozo-switch-line span{font-weight:700;color:#334155}
.vozo-approval-footer-hint{display:flex;align-items:center;gap:8px;min-height:42px;padding:8px 12px;border-radius:12px;background:#eefcf5;color:#0f7a4a;font-weight:700}
.vozo-approval-footer-hint i{font-size:20px}
@media (max-width:720px){.vozo-approval-card{grid-template-columns:1fr}.vozo-approval-thumb{width:100%}}

/* Sprint UI Premium 4 */
.vozo-intelligence-page .vozo-card{box-shadow:0 14px 34px rgba(15,23,42,.06)}
.vozo-publication-timeline{display:grid;gap:12px}
.vozo-publication-timeline article{display:grid;grid-template-columns:64px minmax(0,1fr) auto minmax(220px,auto);gap:12px;align-items:center;border:1px solid #e5e7eb;border-radius:14px;padding:10px;background:#fff}
.vozo-timeline-thumb{width:64px;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f8fafc;display:grid;place-items:center;color:#94a3b8}
.vozo-timeline-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.vozo-publication-timeline strong{display:block;color:#1f2327}
.vozo-publication-timeline span{font-size:12px;color:#64748b}
.vozo-timeline-metrics{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.vozo-timeline-metrics span{display:flex;gap:4px;align-items:center;font-weight:800;color:#475569}
.vozo-insight-mini{display:flex;gap:10px;border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff}
.vozo-insight-mini i{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eefcf5;color:#0b8f57;flex:0 0 auto}
.vozo-insight-mini strong{display:block;color:#1f2327;font-size:13px}
.vozo-insight-mini span{display:block;color:#64748b;font-size:12px}
.vozo-insight-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.vozo-insight-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;box-shadow:0 12px 28px rgba(15,23,42,.06)}
.vozo-insight-card i{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;background:#eefcf5;color:#0b8f57;font-size:22px;margin-bottom:14px}
.vozo-insight-card.warning i{background:#fffbeb;color:#a16207}.vozo-insight-card.info i{background:#eff6ff;color:#1d4ed8}.vozo-insight-card.danger i{background:#fef2f2;color:#dc2626}
.vozo-insight-card h2{font-size:16px;margin:0 0 8px;color:#1f2327}
.vozo-insight-card p{font-size:13px;color:#64748b;margin:0}
.vozo-chart-canvas{width:100%;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}
.vozo-heatmap{display:grid;grid-template-columns:60px repeat(18,minmax(42px,1fr));gap:6px;overflow-x:auto}
.vozo-heatmap strong{font-size:12px;color:#64748b;display:grid;place-items:center;min-width:42px}
.vozo-heatmap span{min-width:42px;min-height:36px;border-radius:8px;display:grid;place-items:center;font-size:10px;font-weight:800;color:#1f2327;background:linear-gradient(180deg,rgba(122,229,130,var(--score)),rgba(14,173,105,var(--score)));border:1px solid #e5e7eb}
.vozo-activity-timeline{display:grid;gap:12px}
.vozo-activity-timeline article{display:flex;gap:12px;align-items:flex-start;border-bottom:1px solid #eef2f7;padding-bottom:12px}
.vozo-activity-timeline strong{display:block;color:#1f2327}.vozo-activity-timeline p{margin:2px 0;color:#64748b}.vozo-activity-timeline small{color:#94a3b8}
.vozo-account-hero{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.vozo-account-avatar{width:72px;height:72px;border-radius:18px;background:#eefcf5;color:#0b8f57;display:grid;place-items:center;font-size:34px;overflow:hidden;flex:0 0 auto}
.vozo-account-avatar img{width:100%;height:100%;object-fit:cover}
.vozo-account-hero h2{font-size:22px;margin:0;color:#1f2327}.vozo-account-hero p{margin:4px 0 0;color:#64748b}
.vozo-health-score{margin-left:auto;border:1px solid #e5e7eb;border-radius:14px;padding:10px 16px;text-align:center;background:#fff}
.vozo-health-score strong{display:block;font-size:24px;color:#0ead69}.vozo-health-score span{font-size:12px;color:#64748b;font-weight:800}
.vozo-notification-categories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border-bottom:1px solid #e5e7eb}
.vozo-notification-category{display:flex;align-items:center;gap:7px;border:1px solid #e5e7eb;border-radius:10px;padding:8px;color:#1f2327;background:#fff;font-size:12px}
.vozo-notification-category:hover{color:#0b8f57;background:#f0fdf4}.vozo-notification-category i{font-size:16px}.vozo-notification-category strong{margin-left:auto}
.vozo-ai-assistant{position:fixed;right:24px;bottom:24px;z-index:1080}
.vozo-ai-assistant-button{width:56px;height:56px;border:0;border-radius:18px;background:#0ead69;color:#fff;display:grid;place-items:center;box-shadow:0 18px 40px rgba(14,173,105,.32);font-size:26px}
.vozo-ai-assistant-panel{position:absolute;right:0;bottom:68px;width:min(320px,calc(100vw - 32px));background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 24px 60px rgba(15,23,42,.18);overflow:hidden}
.vozo-ai-assistant-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #eef2f7}.vozo-ai-assistant-head button{border:0;background:transparent;font-size:22px;color:#64748b}
.vozo-ai-prompts{display:grid;gap:8px;padding:12px}.vozo-ai-prompts a{border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;color:#1f2327;font-weight:700}.vozo-ai-prompts a:hover{background:#eefcf5;color:#0b8f57}
@media (max-width:1100px){.vozo-publication-timeline article{grid-template-columns:56px minmax(0,1fr);}.vozo-timeline-metrics{grid-column:1/-1;justify-content:flex-start}.vozo-insight-grid{grid-template-columns:1fr 1fr}}
@media (max-width:720px){.vozo-insight-grid{grid-template-columns:1fr}.vozo-account-hero{align-items:flex-start}.vozo-health-score{margin-left:0}.vozo-ai-assistant{right:16px;bottom:16px}}

/* Sprint UI/UX Premium 2 - Sidebar Menu */
.vozo-sidebar-premium{background:linear-gradient(180deg,#0f1729 0%,#101c2f 45%,#14233a 100%)!important;color:#cbd5e1;border-right:1px solid rgba(255,255,255,.06)}
.vozo-sidebar-premium .app-brand{height:auto;min-height:82px;padding:18px 18px 14px}
.vozo-sidebar-compact-toggle{width:32px;height:32px;border:0;border-radius:8px;background:rgba(255,255,255,.08);color:#cbd5e1;display:grid;place-items:center;margin-left:auto;cursor:pointer;transition:background .18s ease,color .18s ease}
.vozo-sidebar-compact-toggle:hover{background:rgba(14,173,105,.22);color:#4ADEB8}
/* Busca */
.vozo-sidebar-search{position:relative;margin:0 14px 12px}
.vozo-sidebar-search>i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#7a8da5;font-size:17px;pointer-events:none}
.vozo-sidebar-search input{width:100%;height:40px;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:rgba(255,255,255,.06);color:#fff;padding:0 14px 0 38px;font-size:13px;outline:0;transition:border-color .18s ease,box-shadow .18s ease}
.vozo-sidebar-search input::placeholder{color:#7a8da5;font-size:12.5px}
.vozo-sidebar-search input:focus{border-color:rgba(22,194,122,.55);box-shadow:0 0 0 4px rgba(22,194,122,.08)}
.vozo-sidebar-search-results{position:absolute;left:0;right:0;top:48px;z-index:30;background:#1a2540;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 20px 44px rgba(10,16,30,.5);padding:6px}
.vozo-sidebar-search-results a{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:8px;color:rgba(255,255,255,.82);font-size:13px;font-weight:600;text-decoration:none;transition:background .14s ease}
.vozo-sidebar-search-results a:hover{background:rgba(22,194,122,.14);color:#4ADEB8}
.vozo-sidebar-search-results i{font-size:18px;color:#0ead69;flex-shrink:0}
/* Lista raiz */
.vozo-sidebar-list{padding:4px 10px 24px!important}
/* Grupos como cabeçalho de seção */
.vozo-sidebar-group{margin-top:8px}
.vozo-sidebar-group:first-child{margin-top:2px}
.vozo-sidebar-group-toggle{position:relative;width:100%;border:0;background:transparent;color:rgba(255,255,255,.4)!important;border-radius:7px!important;min-height:28px;padding:4px 10px!important;display:flex!important;align-items:center;gap:7px;font-size:10.5px!important;font-weight:800!important;letter-spacing:.09em;text-transform:uppercase;text-align:left;cursor:pointer;transition:color .18s ease,background .18s ease}
.vozo-sidebar-group-toggle:hover{background:rgba(255,255,255,.04)!important;color:rgba(255,255,255,.65)!important}
.vozo-sidebar-group-toggle .menu-icon{width:13px!important;min-width:13px!important;margin:0!important;font-size:13px!important;color:rgba(255,255,255,.28)!important;display:grid;place-items:center;flex-shrink:0}
/* Links de navegação primários */
.vozo-sidebar-link{position:relative;display:flex!important;align-items:center;gap:10px;width:100%;border:0;background:transparent;color:rgba(226,232,240,.74)!important;border-radius:12px!important;min-height:44px;padding:6px 14px!important;font-weight:600;font-size:.9rem;text-align:left;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}
.vozo-sidebar-link:hover{background:rgba(255,255,255,.055)!important;color:#fff!important;transform:translateX(2px)}
.vozo-sidebar-link .menu-icon{width:22px!important;min-width:22px!important;margin:0!important;font-size:20px!important;color:rgba(255,255,255,.5)!important;display:grid;place-items:center;flex-shrink:0;transition:color .18s ease}
.vozo-sidebar-link:hover .menu-icon{color:rgba(255,255,255,.82)!important}
.vozo-sidebar-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2;flex:1}
.vozo-sidebar-chevron{flex-shrink:0;font-size:14px;color:rgba(255,255,255,.26);transition:transform .22s cubic-bezier(.4,0,.2,1)}
.vozo-sidebar-group.open>.vozo-sidebar-group-toggle .vozo-sidebar-chevron{transform:rotate(90deg)}
/* Submenu com linha lateral */
.vozo-sidebar-sub{display:block!important;max-height:0;transition:max-height .28s cubic-bezier(.4,0,.2,1);padding-left:0!important;margin:2px 0 0!important;overflow:hidden;position:relative}
.vozo-sidebar-sub::before{content:"";position:absolute;left:21px;top:4px;bottom:4px;width:1px;background:rgba(255,255,255,.1);border-radius:1px;pointer-events:none}
.vozo-sidebar-group.open>.vozo-sidebar-sub{max-height:900px}
.vozo-sidebar-sub .vozo-sidebar-link{min-height:36px;margin-left:26px;width:calc(100% - 26px);font-size:13px;font-weight:500;padding:5px 10px!important;color:rgba(226,232,240,.68)!important;border-radius:8px!important}
.vozo-sidebar-sub .vozo-sidebar-link:hover{background:rgba(255,255,255,.06)!important;color:rgba(255,255,255,.88)!important;transform:translateX(2px)}
.vozo-sidebar-sub .vozo-sidebar-link .menu-icon{width:18px!important;min-width:18px!important;font-size:16px!important;color:rgba(255,255,255,.35)!important}
.vozo-sidebar-sub .vozo-sidebar-link:hover .menu-icon{color:rgba(255,255,255,.65)!important}
/* Ativo: itens fixos */
.vozo-sidebar-item.active>.vozo-sidebar-link{background:linear-gradient(135deg,#00C896 0%,#4ADEB8 100%)!important;color:#0d1f17!important;font-weight:700!important;box-shadow:0 8px 22px rgba(15,173,105,.28)!important}
.vozo-sidebar-item.active>.vozo-sidebar-link .menu-icon{color:#0d1f17!important}
.vozo-sidebar-item.active>.vozo-sidebar-link:hover{transform:translateX(2px)}
/* Ativo: grupo (label verde sutil, sem gradient pesado) */
.vozo-sidebar-group.active>.vozo-sidebar-group-toggle{color:rgba(122,229,130,.85)!important}
.vozo-sidebar-group.active>.vozo-sidebar-group-toggle .menu-icon{color:rgba(122,229,130,.6)!important}
.vozo-sidebar-group.active>.vozo-sidebar-group-toggle .vozo-sidebar-chevron{color:rgba(122,229,130,.5)!important}
/* Ativo: subitens */
.vozo-sidebar-sub .vozo-sidebar-item.active>.vozo-sidebar-link{background:rgba(122,229,130,.11)!important;color:#eafdf4!important;font-weight:600!important;box-shadow:none!important;transform:none!important}
.vozo-sidebar-sub .vozo-sidebar-item.active>.vozo-sidebar-link::before{content:"";position:absolute;left:0;top:7px;bottom:7px;width:2.5px;border-radius:0 2px 2px 0;background:#0ead69}
.vozo-sidebar-sub .vozo-sidebar-item.active>.vozo-sidebar-link .menu-icon{color:#4ADEB8!important}
/* Pin */
.vozo-sidebar-item{position:relative}
.vozo-sidebar-pin{position:absolute;right:7px;top:50%;transform:translateY(-50%);width:24px;height:24px;border:0;background:transparent;color:#64748b;border-radius:7px;display:grid;place-items:center;opacity:0;transition:opacity .16s ease,background .16s ease;z-index:3}
.vozo-sidebar-item:hover .vozo-sidebar-pin,.vozo-sidebar-item:focus-within .vozo-sidebar-pin{opacity:1}
.vozo-sidebar-pin:hover{background:rgba(14,173,105,.18);color:#34d399}
/* Dinâmicos */
.vozo-sidebar-dynamic-list{display:grid;gap:2px;margin:0 0 4px;padding:0;list-style:none}
.vozo-sidebar-dynamic-link{margin:0!important}
/* Modo compacto */
body.vozo-sidebar-compact .layout-menu{width:72px!important}
body.vozo-sidebar-compact .layout-page{padding-left:72px!important}
body.vozo-sidebar-compact .vozo-sidebar-label,body.vozo-sidebar-compact .app-brand-text,body.vozo-sidebar-compact .vozo-sidebar-search,body.vozo-sidebar-compact .vozo-sidebar-chevron,body.vozo-sidebar-compact .vozo-sidebar-pin,body.vozo-sidebar-compact .menu-header{display:none!important}
body.vozo-sidebar-compact .vozo-sidebar-link,body.vozo-sidebar-compact .vozo-sidebar-group-toggle{justify-content:center;padding:10px!important;min-height:44px;border-radius:12px!important}
body.vozo-sidebar-compact .vozo-sidebar-sub{display:none!important}
body.vozo-sidebar-compact .app-brand{justify-content:center;padding-inline:8px}
body.vozo-sidebar-compact .vozo-sidebar-list{padding:4px 8px 24px!important}
/* Tooltips no modo compacto */
body.vozo-sidebar-compact [data-tooltip]{position:relative}
body.vozo-sidebar-compact [data-tooltip]::after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#1a2540;color:rgba(255,255,255,.92);font-size:12px;font-weight:600;padding:5px 10px;border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .18s ease;z-index:200;border:1px solid rgba(255,255,255,.1);box-shadow:0 6px 20px rgba(0,0,0,.38);letter-spacing:0}
body.vozo-sidebar-compact [data-tooltip]:hover::after{opacity:1}
/* Mobile */
@media (max-width:1199.98px){.vozo-sidebar-premium{width:min(300px,88vw)!important}.layout-menu-expanded .layout-overlay{opacity:1;visibility:visible}.vozo-sidebar-search{display:block}}

/* Ajuste Sidebar Premium 2 */
.vozo-sidebar-list{padding-top:2px!important}
.vozo-sidebar-group{margin-top:5px}
.vozo-sidebar-group-toggle{color:rgba(226,232,240,.74)!important;min-height:32px;padding:5px 10px!important}
.vozo-sidebar-group-toggle:hover{color:#fff!important;background:rgba(255,255,255,.055)!important}
.vozo-sidebar-group.open>.vozo-sidebar-group-toggle{color:#eafdf4!important;background:rgba(255,255,255,.07)!important}
.vozo-sidebar-group-toggle .menu-icon{color:rgba(226,232,240,.58)!important;font-size:14px!important}
.vozo-sidebar-group-toggle:hover .menu-icon,.vozo-sidebar-group.open>.vozo-sidebar-group-toggle .menu-icon{color:#4ADEB8!important}
.vozo-sidebar-chevron{font-size:18px;color:rgba(226,232,240,.62);margin-left:auto}
.vozo-sidebar-group-toggle:hover .vozo-sidebar-chevron,.vozo-sidebar-group.open>.vozo-sidebar-group-toggle .vozo-sidebar-chevron{color:#fff}
.vozo-sidebar-sub{margin-top:5px!important}
.vozo-sidebar-sub::before{left:22px;background:rgba(122,229,130,.2)}
.vozo-sidebar-sub .vozo-sidebar-link{min-height:38px;color:rgba(226,232,240,.68)!important;padding:6px 10px!important}
.vozo-sidebar-sub .vozo-sidebar-link:hover{color:#fff!important;background:rgba(255,255,255,.045)!important}
.vozo-sidebar-sub .vozo-sidebar-link .menu-icon{font-size:15px!important;color:rgba(226,232,240,.44)!important}
.vozo-sidebar-sub .vozo-sidebar-item.active>.vozo-sidebar-link{background:rgba(14,173,105,.16)!important;color:#eafdf4!important}
.vozo-sidebar-sub .vozo-sidebar-item.active>.vozo-sidebar-link .menu-icon{color:#4ADEB8!important}

/* ============================================================
   Flow Social — camada premium (Sprint Rebranding 1)
   ============================================================ */

/* IA / Analytics / Copilot: azul da marca. */
.btn-info,
.badge.bg-info {
    background: var(--flow-blue) !important;
    border-color: var(--flow-blue) !important;
    color: #fff !important;
}

.text-info { color: var(--flow-blue) !important; }
.bg-label-info {
    background: rgba(45, 127, 249, .14) !important;
    color: var(--flow-blue) !important;
}

.flow-ai,
.vozo-ai-accent {
    color: var(--flow-blue) !important;
}

/* Badges de notificação: sucesso verde, informação azul, erro vermelho. */
.badge {
    font-family: var(--font-body);
    font-weight: 600;
    border-radius: 8px;
}

.badge.bg-success { background: var(--flow-green) !important; }
.badge.bg-danger { background: #EF4444 !important; }

.bg-label-primary,
.bg-label-success {
    background: rgba(0, 200, 150, .14) !important;
    color: var(--flow-emerald) !important;
}

/* Inputs premium. */
.form-control,
.form-select {
    border-radius: 10px !important;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--flow-green) !important;
    box-shadow: 0 0 0 .2rem rgba(0, 200, 150, .15) !important;
}

/* Sidebar: separadores suaves + estado ativo verde. */
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    background: rgba(0, 200, 150, .14) !important;
    color: var(--flow-green) !important;
}

.bg-menu-theme .menu-item.active > .menu-link i,
.bg-menu-theme .menu-item.active > .menu-link .menu-icon {
    color: var(--flow-green) !important;
}

/* Timeline: ícones minimalistas. */
.timeline .timeline-icon,
.vozo-timeline-icon {
    background: rgba(45, 127, 249, .12) !important;
    color: var(--flow-blue) !important;
    border-radius: 10px;
}

/* Flow Social Postagens Fix 2 - composer media refinement */
.vozo-post-form-page .vozo-step-title h2{font-size:15px;line-height:1.25;margin:0}
.vozo-post-form-page .vozo-step-title p{font-size:12px;line-height:1.35;margin:2px 0 0}
.vozo-post-form-page .vozo-uploader{grid-template-columns:140px minmax(0,1fr);gap:12px;padding:12px;border-radius:10px}
.vozo-post-form-page .vozo-upload-preview{width:140px;border-radius:10px}
.vozo-post-form-page .vozo-upload-actions{gap:8px;align-content:start}
.vozo-post-form-page .vozo-upload-actions .vozo-btn{width:max-content;max-width:100%;padding:.5rem .8rem;font-size:12px;white-space:normal}
.vozo-post-form-page .vozo-file-picker{width:max-content;max-width:100%;padding:.5rem .75rem;font-size:12px;line-height:1.2}
.vozo-post-form-page .vozo-upload-actions p{font-size:11px;line-height:1.35}
.vozo-post-form-page .vozo-select{max-width:100%}
@media (max-width:780px){.vozo-post-form-page .vozo-uploader{grid-template-columns:1fr}.vozo-post-form-page .vozo-upload-preview{width:100%;max-width:220px}.vozo-post-form-page .vozo-upload-actions .vozo-btn,.vozo-post-form-page .vozo-file-picker{width:100%}}

/* Sprint Carrossel 2 - editor premium de carrossel */
.vozo-media-type-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eefcf5;color:#0b8f57;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-right:6px}
.vozo-media-type-badge i{font-size:14px}
.vozo-media-type-badge-warning{background:#fef3c7;color:#92400e}
.vozo-carousel-count{font-size:12px}
.vozo-carousel-empty-state{display:grid;place-items:center;gap:6px;text-align:center;border:1px dashed #cbd5e1;border-radius:14px;background:#f8fafc;color:#94a3b8;padding:28px 16px;margin-bottom:12px}
.vozo-carousel-empty-state i{font-size:32px}
.vozo-carousel-tile{position:relative;width:112px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:6px;box-shadow:0 8px 18px rgba(15,23,42,.05)}
.vozo-carousel-tile-cover{border-color:#0ead69;box-shadow:0 0 0 2px rgba(14,173,105,.25)}
.vozo-carousel-tile-media{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#0f172a}
.vozo-carousel-tile-media img,.vozo-carousel-tile-media video{width:100%;height:100%;object-fit:cover;display:block}
.vozo-carousel-tile-index{position:absolute;top:4px;left:4px;z-index:2;background:rgba(15,23,42,.75);color:#fff;font-size:11px;font-weight:800;border-radius:999px;width:20px;height:20px;display:grid;place-items:center}
.vozo-carousel-tile-cover-badge{position:absolute;top:4px;right:4px;z-index:2;background:#0ead69;color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:2px 6px}
.vozo-carousel-tile-warning{margin-top:4px;line-height:1.3}
.vozo-carousel-tile-meta{margin-top:4px;line-height:1.35;overflow:hidden}
.vozo-carousel-tile-actions{display:flex;flex-wrap:wrap;gap:2px;margin-top:6px}
.vozo-carousel-tile-actions button{border:1px solid #e5e7eb;background:#fff;border-radius:6px;width:24px;height:24px;display:grid;place-items:center;color:#475569;cursor:pointer;font-size:13px}
.vozo-carousel-tile-actions button:hover:not(:disabled){background:#eefcf5;color:#0b8f57;border-color:#0ead69}
.vozo-carousel-tile-actions button:disabled{opacity:.35;cursor:not-allowed}
.vozo-carousel-tile-actions button.text-danger:hover{background:#fef2f2;color:#b91c1c;border-color:#fecaca}
.vozo-file-picker-sm{min-height:34px;padding:6px 10px;font-size:11px}
.vozo-carousel-preview{position:relative}
.vozo-carousel-preview-viewport{position:relative;aspect-ratio:4/5;max-height:420px;background:#0f172a;overflow:hidden}
.vozo-carousel-preview-slide{width:100%;height:100%}
.vozo-carousel-preview-slide img,.vozo-carousel-preview-slide video{width:100%;height:100%;object-fit:cover;display:block}
.vozo-carousel-preview-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:0;background:rgba(15,23,42,.55);color:#fff;display:grid;place-items:center;cursor:pointer;z-index:3}
.vozo-carousel-preview-arrow-left{left:8px}
.vozo-carousel-preview-arrow-right{right:8px}
.vozo-carousel-preview-counter{position:absolute;top:8px;right:8px;z-index:3;background:rgba(15,23,42,.65);color:#fff;font-size:11px;font-weight:700;border-radius:999px;padding:3px 9px}
.vozo-carousel-preview-dots{display:flex;justify-content:center;gap:6px;padding:10px}
.vozo-carousel-preview-dot{width:7px;height:7px;border-radius:50%;border:0;background:#cbd5e1;cursor:pointer;padding:0}
.vozo-carousel-preview-dot.is-active{background:#0ead69;width:18px;border-radius:999px}
.vozo-carousel-preview-empty{aspect-ratio:4/5;max-height:420px;display:grid;place-items:center;gap:6px;background:#0f172a;color:#94a3b8;text-align:center}
.vozo-carousel-preview-empty i{font-size:32px}
.vozo-preview-media-reel{aspect-ratio:9/16;max-height:520px}
.vozo-preview-media-story{aspect-ratio:9/16;max-height:520px}

/* Sprint Carrossel 3 - recursos inteligentes por slide */
.vozo-carousel-tile-kind-badge{position:absolute;bottom:4px;left:4px;z-index:2;background:rgba(15,23,42,.75);color:#fff;font-size:9px;font-weight:800;letter-spacing:.03em;border-radius:6px;padding:2px 5px}
.vozo-carousel-tile-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;font-size:28px;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.5);pointer-events:none}
.vozo-carousel-tile-alerts{display:flex;flex-direction:column;gap:2px;margin-top:4px}
.vozo-carousel-tile-alert{font-size:10px;line-height:1.3;padding:2px 6px;border-radius:6px;background:#fef3c7;color:#92400e}
.vozo-carousel-tile-alert-error{background:#fee2e2;color:#b91c1c}
.vozo-slide-editor-panel{border:1px solid #e5e7eb;border-radius:14px;background:#f8fafc;padding:14px;margin-bottom:14px}
.vozo-slide-editor-panel .form-label{font-size:11px}
.vozo-carousel-preview-warning-badge{position:absolute;bottom:8px;left:8px;z-index:3;background:rgba(217,119,6,.9);color:#fff;font-size:10px;font-weight:700;border-radius:999px;padding:3px 8px;display:inline-flex;align-items:center;gap:4px}
.vozo-carousel-preview-slide-caption{background:#fff}
