/* CentralVix premium overrides — carregado direto (sem depender do Vite build) */
:root {
    --cv-primary: #0f766e;
    --cv-primary-hover: #0d9488;
    --cv-bg: #f3f6f5;
    --cv-sidebar: #0b1f1c;
    --cv-border: #dbe4e1;
    --cv-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    --cv-radius: 16px;
    --bs-primary: #0f766e;
    --bs-link-color: #0f766e;
}

body, .app-wrapper, .app-main, .cv-marketing-body, .cv-auth-body {
    font-family: "Manrope", "Plus Jakarta Sans", system-ui, sans-serif !important;
}

.btn-primary, .bg-primary {
    background-color: #0f766e !important;
    border-color: #0f766e !important;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #0d9488 !important;
    border-color: #0d9488 !important;
}

.cv-page-intro {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-end;
    flex-wrap: wrap;
}

.cv-page-intro-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
}

.cv-page-intro-text {
    color: #64748b;
    margin: 0.25rem 0 0;
}

.cv-chart-wrap {
    position: relative;
    width: 100%;
    height: 280px;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
}

.cv-chart-wrap-sm {
    height: 240px;
    max-height: 240px;
    min-height: 240px;
}

.cv-chart-wrap canvas,
.cv-chart-wrap-sm canvas {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.cv-rank-list { list-style: none; padding: 0; margin: 0; }
.cv-rank-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #dbe4e1;
}
.cv-rank-list li:last-child { border-bottom: 0; }

.cv-actions-dropdown .dropdown-menu {
    border-radius: 12px;
    min-width: 200px;
}

.cv-module-check {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    border: 1px solid #dbe4e1;
    border-radius: 12px;
    padding: 0.9rem;
    width: 100%;
    background: #fff;
}

.cv-hero {
    background:
        radial-gradient(circle at 15% 20%, rgba(13, 148, 136, 0.35), transparent 40%),
        radial-gradient(circle at 85% 10%, rgba(2, 132, 200, 0.25), transparent 35%),
        linear-gradient(145deg, #06221f 0%, #0b3b36 55%, #0f766e 100%);
    color: #ecfdf8;
    padding: 5rem 0 4rem;
}

.cv-hero-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
}

.cv-hero-kicker {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    opacity: 0.8;
}

.cv-hero h1 {
    font-family: "Fraunces", Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
    line-height: 1.1;
    margin-bottom: 1rem;
}

.cv-hero-lead { font-size: 1.1rem; opacity: 0.92; max-width: 34rem; }
.cv-hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0 0.75rem; }
.cv-hero-note { opacity: 0.75; font-size: 0.9rem; margin: 0; }

.cv-hero-panel-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 1.25rem;
}

.cv-hero-panel-card span {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
}

.cv-home-features, .cv-home-plans, .cv-home-cta, .cv-register-wrap { padding: 4rem 0; }

.cv-feature-card {
    background: #fff;
    border: 1px solid #dbe4e1;
    border-radius: 20px;
    padding: 1.5rem;
    height: 100%;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.cv-feature-card i { color: #0f766e; font-size: 1.4rem; margin-bottom: 0.75rem; }
.cv-feature-card h2, .cv-section-title { font-size: 1.2rem; font-weight: 800; }
.cv-home-cta { background: linear-gradient(180deg, #e7f5f2, #f3f6f5); }

.cv-register-card, .cv-auth-card {
    background: #fff;
    border: 1px solid #dbe4e1;
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
}

.cv-auth-footer-links { margin-top: 1.25rem; }

.cv-auth-brand {
    background:
        radial-gradient(circle at top left, rgba(13, 148, 136, 0.45), transparent 45%),
        linear-gradient(160deg, #06221f, #0f766e) !important;
}

.cv-sidebar .nav-link.active { background: rgba(13, 148, 136, 0.22) !important; }

.cv-marketing-body {
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.06), transparent 220px), #f3f6f5;
}

.cv-marketing-brand span,
.cv-sidebar-logo,
.cv-brand-mark {
    background: #0f766e !important;
}

@media (max-width: 991.98px) {
    .cv-hero-grid { grid-template-columns: 1fr; }
    .cv-hero-panel { order: -1; }
}
