/**
 * Landing Moderna — Ney Cut
 * Ativo com body.tema-ney-cut-moderno (tema padrão de produção)
 * Mesmas cores: #e31c23 / #0c1216 / branco
 * Fontes: Bebas Neue + DM Sans (via ney_html_tema_assets)
 */

body.tema-ney-cut-moderno {
    --landing-radius: 20px;
    --landing-radius-sm: 12px;
    --landing-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --surface-alt: #f7f4f0;
    --page-bg: #faf8f6;
    font-family: "DM Sans", "Segoe UI", sans-serif;
    letter-spacing: 0.01em;
    background-color: var(--page-bg);
    background-image:
        radial-gradient(ellipse 80% 50% at 100% -10%, rgba(227, 28, 35, 0.06), transparent 50%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(12, 18, 22, 0.04), transparent 45%);
}

body.tema-ney-cut-moderno h1,
body.tema-ney-cut-moderno h2,
body.tema-ney-cut-moderno h3,
body.tema-ney-cut-moderno .display-1,
body.tema-ney-cut-moderno .navbar-brand {
    font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
    letter-spacing: 0.04em;
    font-weight: 400;
    text-transform: uppercase;
}

body.tema-ney-cut-moderno h5,
body.tema-ney-cut-moderno h6,
body.tema-ney-cut-moderno .h6 {
    font-family: "DM Sans", "Segoe UI", sans-serif;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
}

/* —— Barra de preview (só com ?preview_tema=) —— */
.ney-preview-bar {
    position: sticky;
    top: 0;
    z-index: 1080;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.25rem;
    padding: 0.7rem 1.25rem;
    background: #0c1216;
    color: #f8f7f4;
    border-bottom: 3px solid #e31c23;
    font-size: 0.88rem;
}

.ney-preview-bar strong {
    color: #fff;
}

.ney-preview-bar .badge-sugestao {
    display: inline-block;
    background: #e31c23;
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.25rem 0.55rem;
    border-radius: 4px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.ney-preview-bar-acoes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ney-preview-bar a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.8rem;
    text-decoration: none;
    transition: 0.2s;
}

.ney-preview-bar a.voltar {
    background: transparent;
    color: #f8f7f4;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.ney-preview-bar a.voltar:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ney-preview-bar a.manter {
    background: #e31c23;
    color: #fff;
    border: 1px solid #e31c23;
}

.ney-preview-bar a.manter:hover {
    background: #c4181e;
    color: #fff;
}

body.tema-ney-cut-moderno.has-preview-bar .navbar-site.sticky-top {
    top: 0;
}

/* —— Navbar —— */
body.tema-ney-cut-moderno .navbar-site {
    min-height: 88px;
    backdrop-filter: saturate(1.25) blur(12px);
    background-color: rgba(250, 248, 246, 0.9) !important;
    box-shadow: 0 1px 0 rgba(12, 18, 22, 0.06) !important;
}

body.tema-ney-cut-moderno .navbar-site .logo-marca {
    height: 88px;
    max-height: 88px;
    max-width: 300px;
}

body.tema-ney-cut-moderno .navbar {
    border-bottom-width: 3px;
}

body.tema-ney-cut-moderno .navbar-site .nav-link {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    text-transform: none;
    letter-spacing: 0;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    position: relative;
}

body.tema-ney-cut-moderno .navbar-site .nav-link.active::after,
body.tema-ney-cut-moderno .navbar-site .nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0.9rem;
    right: 0.9rem;
    bottom: 0.35rem;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

body.tema-ney-cut-moderno .navbar-site .nav-link.btn::after {
    display: none;
}

body.tema-ney-cut-moderno .navbar-site .btn-gold,
body.tema-ney-cut-moderno .navbar-site .btn-outline-gold {
    border-radius: 999px;
    padding: 0.4rem 1.1rem !important;
}

body.tema-ney-cut-moderno .navbar-site a.nav-link.btn-gold {
    color: #ffffff !important;
    background-color: var(--gold) !important;
}

body.tema-ney-cut-moderno .navbar-site a.nav-link.btn-gold:hover,
body.tema-ney-cut-moderno .navbar-site a.nav-link.btn-gold:focus {
    color: #ffffff !important;
    background-color: #0c1216 !important;
}

/* —— Hero cinematográfico —— */
body.tema-ney-cut-moderno .hero-carousel,
body.tema-ney-cut-moderno .hero-section {
    border-bottom-width: 0;
    position: relative;
}

body.tema-ney-cut-moderno .hero-carousel::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, #e31c23 0%, #0c1216 50%, #e31c23 100%);
    z-index: 5;
}

body.tema-ney-cut-moderno .hero-carousel .carousel-item {
    min-height: min(92vh, 820px);
}

body.tema-ney-cut-moderno .hero-carousel-img {
    min-height: min(92vh, 820px);
    height: min(92vh, 820px);
    transform: scale(1.02);
    transition: transform 8s ease-out;
}

body.tema-ney-cut-moderno .carousel-item.active .hero-carousel-img {
    transform: scale(1);
}

body.tema-ney-cut-moderno .hero-carousel .carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(12, 18, 22, 0.82) 0%, rgba(12, 18, 22, 0.45) 48%, rgba(12, 18, 22, 0.55) 100%),
        linear-gradient(0deg, rgba(12, 18, 22, 0.75) 0%, transparent 42%);
    pointer-events: none;
    z-index: 1;
}

body.tema-ney-cut-moderno .hero-carousel-caption {
    z-index: 2;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 1.5rem;
    align-items: flex-start !important;
    text-align: left !important;
    left: 8% !important;
    right: auto !important;
    bottom: 18% !important;
}

body.tema-ney-cut-moderno .hero-carousel-caption::before {
    content: "Barbearia · Formação · Estilo";
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.85rem;
    padding-left: 0.15rem;
    border-left: 3px solid #e31c23;
    padding-left: 0.75rem;
}

body.tema-ney-cut-moderno .hero-carousel-caption .display-1,
body.tema-ney-cut-moderno .hero-carousel-vazio .display-1 {
    font-size: clamp(3rem, 9vw, 6.2rem);
    line-height: 0.92;
    color: #fff !important;
    text-shadow: none;
    margin-bottom: 0.5rem !important;
    max-width: 14ch;
}

body.tema-ney-cut-moderno .hero-carousel-caption .display-1.text-gold {
    color: #fff !important;
}

body.tema-ney-cut-moderno .hero-carousel-caption .display-1::after {
    content: "";
    display: block;
    width: 72px;
    height: 4px;
    margin-top: 1rem;
    background: #e31c23;
}

body.tema-ney-cut-moderno .hero-carousel-caption .lead,
body.tema-ney-cut-moderno .hero-carousel-vazio .lead {
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 28rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.75rem !important;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.55;
    text-transform: none;
    letter-spacing: 0;
}

body.tema-ney-cut-moderno .hero-carousel-caption .d-grid,
body.tema-ney-cut-moderno .hero-carousel-vazio .d-grid {
    justify-content: flex-start !important;
}

body.tema-ney-cut-moderno .hero-carousel-caption .btn,
body.tema-ney-cut-moderno .hero-carousel-vazio .btn {
    border-radius: 999px;
    padding: 0.75rem 1.75rem !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
}

body.tema-ney-cut-moderno .hero-carousel-caption .btn-outline-light {
    border-width: 2px;
    backdrop-filter: blur(4px);
    background: rgba(255, 255, 255, 0.06);
}

body.tema-ney-cut-moderno .hero-carousel-fallback,
body.tema-ney-cut-moderno .hero-carousel-vazio {
    background:
        linear-gradient(105deg, rgba(12, 18, 22, 0.88) 0%, rgba(12, 18, 22, 0.5) 55%),
        radial-gradient(ellipse at 70% 30%, rgba(227, 28, 35, 0.4), transparent 50%),
        url('../imagens/hero-bg.jpg');
    background-size: cover;
    background-position: center;
    min-height: min(92vh, 820px);
}

body.tema-ney-cut-moderno .hero-carousel-vazio .container {
    text-align: left !important;
    max-width: 880px;
    margin-left: 8%;
    margin-right: auto;
}

body.tema-ney-cut-moderno .hero-carousel-vazio .container::before {
    content: "Barbearia · Formação · Estilo";
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0.85rem;
    border-left: 3px solid #e31c23;
    padding-left: 0.75rem;
}

body.tema-ney-cut-moderno .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.4);
}

body.tema-ney-cut-moderno .carousel-indicators .active {
    background: #e31c23;
}

/* —— Seções —— */
body.tema-ney-cut-moderno #sobre,
body.tema-ney-cut-moderno #servicos,
body.tema-ney-cut-moderno #equipe,
body.tema-ney-cut-moderno #portfolio,
body.tema-ney-cut-moderno #galeria,
body.tema-ney-cut-moderno #cursos,
body.tema-ney-cut-moderno #depoimentos,
body.tema-ney-cut-moderno #contato {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

body.tema-ney-cut-moderno #servicos.bg-dark,
body.tema-ney-cut-moderno #portfolio.bg-dark {
    background: #fff !important;
}

body.tema-ney-cut-moderno #sobre.bg-darker,
body.tema-ney-cut-moderno #equipe.bg-darker,
body.tema-ney-cut-moderno #galeria.bg-darker,
body.tema-ney-cut-moderno #cursos.bg-darker,
body.tema-ney-cut-moderno #depoimentos.bg-darker {
    background: #f3efe9 !important;
}

body.tema-ney-cut-moderno section h2.text-gold {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: clamp(2.1rem, 4vw, 3.1rem);
    color: #0c1216 !important;
    line-height: 1;
}

body.tema-ney-cut-moderno .text-center h2.text-gold::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 0.75rem auto 0;
    background: #e31c23;
    border-radius: 2px;
}

body.tema-ney-cut-moderno section .text-center > p.text-light,
body.tema-ney-cut-moderno section .text-center > p.text-muted {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    color: #5c6370 !important;
    opacity: 1;
    font-size: 1.02rem;
}

/* Sobre — layout editorial */
body.tema-ney-cut-moderno #sobre .sobre-imagem-container {
    border-radius: var(--landing-radius) !important;
    overflow: hidden;
    border: 0;
    box-shadow: 0 24px 60px rgba(12, 18, 22, 0.16);
    position: relative;
}

body.tema-ney-cut-moderno #sobre .sobre-imagem-container::after {
    content: "";
    position: absolute;
    inset: auto -12px -12px auto;
    width: 40%;
    height: 40%;
    border: 3px solid #e31c23;
    border-radius: var(--landing-radius);
    z-index: -1;
}

body.tema-ney-cut-moderno #sobre h2.text-gold {
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno #sobre h2.text-gold::before {
    content: "Quem somos";
    display: block;
    font-family: "DM Sans", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #e31c23;
    margin-bottom: 0.65rem;
    width: auto;
    height: auto;
    background: none;
}

body.tema-ney-cut-moderno #sobre .sobre-texto {
    color: #3a404a !important;
    opacity: 1;
    font-size: 1.08rem;
    line-height: 1.8;
}

body.tema-ney-cut-moderno #sobre .btn-outline-gold {
    margin-top: 1.25rem !important;
}

/* Cards — look de catálogo */
body.tema-ney-cut-moderno .service-card,
body.tema-ney-cut-moderno .course-card,
body.tema-ney-cut-moderno .galeria-card,
body.tema-ney-cut-moderno .depoimento-card,
body.tema-ney-cut-moderno .equipe-card {
    border-radius: var(--landing-radius) !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    overflow: hidden;
    background: #fff !important;
    box-shadow: 0 8px 28px rgba(12, 18, 22, 0.06);
    transition: transform 0.4s var(--landing-ease), box-shadow 0.4s var(--landing-ease);
}

body.tema-ney-cut-moderno .service-card:hover,
body.tema-ney-cut-moderno .course-card:hover,
body.tema-ney-cut-moderno .galeria-card:hover,
body.tema-ney-cut-moderno .equipe-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(12, 18, 22, 0.14);
}

body.tema-ney-cut-moderno .service-card .card-img-top,
body.tema-ney-cut-moderno .course-card .card-img-top {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.55s var(--landing-ease);
}

body.tema-ney-cut-moderno .service-card:hover .card-img-top,
body.tema-ney-cut-moderno .course-card:hover .card-img-top {
    transform: scale(1.04);
}

body.tema-ney-cut-moderno .service-card .card-body,
body.tema-ney-cut-moderno .course-card .card-body,
body.tema-ney-cut-moderno .equipe-card .card-body {
    color: #0c1216 !important;
    padding: 1.35rem 1.25rem 1.5rem !important;
}

body.tema-ney-cut-moderno .service-card .card-title,
body.tema-ney-cut-moderno .course-card .card-title {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    color: #0c1216 !important;
    font-size: 1.15rem;
}

body.tema-ney-cut-moderno .service-card .card-text,
body.tema-ney-cut-moderno .course-card .card-text,
body.tema-ney-cut-moderno .service-card .text-light,
body.tema-ney-cut-moderno .course-card .text-light {
    color: #6b7280 !important;
}

body.tema-ney-cut-moderno .service-card .h4.text-gold {
    font-family: "Bebas Neue", sans-serif;
    font-size: 1.85rem;
    letter-spacing: 0.04em;
}

body.tema-ney-cut-moderno .btn-gold,
body.tema-ney-cut-moderno .btn-outline-gold {
    border-radius: 999px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.01em;
}

body.tema-ney-cut-moderno .btn-gold {
    box-shadow: 0 10px 24px rgba(227, 28, 35, 0.28);
}

body.tema-ney-cut-moderno .btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(227, 28, 35, 0.38);
}

body.tema-ney-cut-moderno .btn-outline-gold {
    border-width: 2px;
}

/* Equipe */
body.tema-ney-cut-moderno .equipe-card {
    background: #fff !important;
}

body.tema-ney-cut-moderno .equipe-card .text-gold {
    color: #0c1216 !important;
    font-family: "DM Sans", sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
}

body.tema-ney-cut-moderno .equipe-foto-wrap {
    position: relative;
}

body.tema-ney-cut-moderno .equipe-foto,
body.tema-ney-cut-moderno .equipe-foto-placeholder {
    border-radius: 50%;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px rgba(227, 28, 35, 0.45);
}

body.tema-ney-cut-moderno .equipe-foto-placeholder {
    background: #f3efe9 !important;
}

/* Galeria mais cinema */
body.tema-ney-cut-moderno .galeria-card {
    border: 0 !important;
    border-radius: var(--landing-radius-sm) !important;
    padding: 0;
    background: transparent !important;
    box-shadow: none;
}

body.tema-ney-cut-moderno .galeria-card img {
    border-radius: var(--landing-radius-sm);
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    filter: saturate(1.05);
    transition: transform 0.45s var(--landing-ease), filter 0.45s;
}

body.tema-ney-cut-moderno .galeria-card:hover img {
    transform: scale(1.04);
    filter: saturate(1.15);
}

/* Depoimentos */
body.tema-ney-cut-moderno .depoimento-card {
    border-left: 4px solid #e31c23 !important;
    background: #fff !important;
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno .depoimento-texto,
body.tema-ney-cut-moderno .depoimento-nome {
    color: #0c1216 !important;
}

/* Footer — alinhamento + contraste (preview moderno) */
body.tema-ney-cut-moderno footer#contato,
body.tema-ney-cut-moderno footer.bg-dark {
    background: #0c1216 !important;
    border-top: 4px solid #e31c23;
    padding-top: 4rem !important;
    padding-bottom: 2.5rem !important;
    color: #f5f3f0 !important;
}

body.tema-ney-cut-moderno footer#contato > .container > .row {
    align-items: flex-start;
}

body.tema-ney-cut-moderno footer#contato > .container > .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

body.tema-ney-cut-moderno footer h4,
body.tema-ney-cut-moderno footer h5 {
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #ffffff !important;
    margin-bottom: 1.1rem !important;
    font-size: 1.45rem;
    line-height: 1.1;
    min-height: 1.45rem;
}

body.tema-ney-cut-moderno footer h4.text-gold::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    margin-top: 0.55rem;
    background: #e31c23;
    border-radius: 2px;
}

body.tema-ney-cut-moderno footer#contato p,
body.tema-ney-cut-moderno footer#contato li,
body.tema-ney-cut-moderno footer#contato .text-light {
    color: rgba(245, 243, 240, 0.88) !important;
    font-size: 0.95rem;
    line-height: 1.55;
}

body.tema-ney-cut-moderno footer#contato .list-unstyled {
    margin: 0;
    padding: 0;
}

body.tema-ney-cut-moderno footer#contato .list-unstyled li {
    margin-bottom: 0.55rem;
}

body.tema-ney-cut-moderno footer#contato .list-unstyled a {
    color: rgba(245, 243, 240, 0.9) !important;
    transition: color 0.2s, padding-left 0.2s;
}

body.tema-ney-cut-moderno footer#contato .list-unstyled a:hover {
    color: #ffffff !important;
    padding-left: 4px;
}

/* Contato: ícones legíveis */
body.tema-ney-cut-moderno footer#contato .fa-map-marker-alt,
body.tema-ney-cut-moderno footer#contato .fa-phone,
body.tema-ney-cut-moderno footer#contato .fa-envelope {
    color: #ff4d52 !important;
    width: 1.15rem;
    text-align: center;
}

body.tema-ney-cut-moderno footer#contato .col-lg-3 > p {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.15rem;
}

/* Redes sociais */
body.tema-ney-cut-moderno footer#contato .social-links {
    display: flex;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.75rem;
    font-size: 1.15rem;
}

body.tema-ney-cut-moderno footer#contato .social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    margin: 0 !important;
}

body.tema-ney-cut-moderno footer#contato .social-links a:hover {
    background: #e31c23;
    border-color: #e31c23;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Mapa + botão com contraste */
body.tema-ney-cut-moderno footer#contato .mapa-container {
    margin-top: 0;
}

body.tema-ney-cut-moderno footer#contato .mapa-embed--compacto {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #1a2229;
}

body.tema-ney-cut-moderno footer#contato .mapa-container .mt-2 {
    margin-top: 0.85rem !important;
}

body.tema-ney-cut-moderno footer#contato .mapa-container .btn-outline-gold,
body.tema-ney-cut-moderno footer#contato .mapa-container .btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    border: 2px solid #ffffff !important;
    color: #0c1216 !important;
    background: #ffffff !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.55rem 1rem;
    box-shadow: none;
}

body.tema-ney-cut-moderno footer#contato .mapa-container .btn-outline-gold:hover,
body.tema-ney-cut-moderno footer#contato .mapa-container .btn-sm:hover {
    background: #e31c23 !important;
    border-color: #e31c23 !important;
    color: #ffffff !important;
}

/* Créditos / linha final */
body.tema-ney-cut-moderno footer#contato hr {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    opacity: 1;
    margin: 2.25rem 0 1.25rem;
    background: none;
}

body.tema-ney-cut-moderno footer#contato .text-center.pt-3 p {
    color: rgba(245, 243, 240, 0.75) !important;
    margin-bottom: 0.35rem;
}

body.tema-ney-cut-moderno footer#contato .text-center.pt-3 a.text-gold {
    color: #ff6b70 !important;
    font-weight: 600;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

body.tema-ney-cut-moderno footer#contato .text-center.pt-3 a.text-gold:hover {
    color: #ffffff !important;
}

@media (max-width: 991.98px) {
    body.tema-ney-cut-moderno footer#contato > .container > .row > [class*="col-"] {
        min-height: 0;
    }

    body.tema-ney-cut-moderno footer#contato .social-links {
        margin-top: 0.5rem;
    }
}

/* Reveal */
body.tema-ney-cut-moderno .revelar {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.6s var(--landing-ease), transform 0.6s var(--landing-ease);
}

body.tema-ney-cut-moderno .revelar.revelado {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    body.tema-ney-cut-moderno .revelar,
    body.tema-ney-cut-moderno .revelar.revelado,
    body.tema-ney-cut-moderno .service-card,
    body.tema-ney-cut-moderno .course-card,
    body.tema-ney-cut-moderno .btn-gold,
    body.tema-ney-cut-moderno .hero-carousel-img {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

@media (max-width: 767.98px) {
    body.tema-ney-cut-moderno .hero-carousel-caption {
        left: 0 !important;
        right: 0 !important;
        bottom: 12% !important;
        text-align: left !important;
        padding: 0 1.25rem;
    }

    body.tema-ney-cut-moderno .hero-carousel-vazio .container {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        max-width: none;
    }

    body.tema-ney-cut-moderno .hero-carousel-caption .display-1,
    body.tema-ney-cut-moderno .hero-carousel-vazio .display-1 {
        font-size: clamp(2.6rem, 12vw, 3.6rem);
        max-width: none;
    }

    body.tema-ney-cut-moderno #sobre .sobre-imagem-container::after {
        display: none;
    }
}

/* Logo maior no mobile do preview moderno */
@media (max-width: 575.98px) {
    body.tema-ney-cut-moderno .navbar-site {
        min-height: 72px;
        backdrop-filter: none;
        background-color: #faf8f6 !important;
    }

    body.tema-ney-cut-moderno .navbar-site .logo-marca {
        height: 60px;
        max-height: 60px;
        max-width: 170px;
    }

    body.tema-ney-cut-moderno .navbar-site .nav-link.active::after,
    body.tema-ney-cut-moderno .navbar-site .nav-link:hover::after {
        display: none;
    }

    .ney-preview-bar {
        font-size: 0.8rem;
        padding: 0.65rem 1rem;
    }

    body.tema-ney-cut-moderno #sobre,
    body.tema-ney-cut-moderno #servicos,
    body.tema-ney-cut-moderno #equipe,
    body.tema-ney-cut-moderno #portfolio,
    body.tema-ney-cut-moderno #galeria,
    body.tema-ney-cut-moderno #cursos,
    body.tema-ney-cut-moderno #depoimentos,
    body.tema-ney-cut-moderno #contato {
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }
}

/* —— Login / cadastro / completar perfil —— */
body.tema-ney-cut-moderno.pagina-autenticacao {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.tema-ney-cut-moderno .login-container,
body.tema-ney-cut-moderno .register-container {
    background: #fff !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: var(--landing-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 18, 22, 0.1) !important;
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno .login-container .logo-marca,
body.tema-ney-cut-moderno .register-container .logo-marca {
    max-height: 96px;
    height: 96px;
}

body.tema-ney-cut-moderno .login-header h2,
body.tema-ney-cut-moderno .register-header h2 {
    font-family: "Bebas Neue", Impact, sans-serif;
    letter-spacing: 0.04em;
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno .login-container .form-label,
body.tema-ney-cut-moderno .register-container .form-label,
body.tema-ney-cut-moderno .login-container .form-label.text-light,
body.tema-ney-cut-moderno .register-container .form-label.text-light {
    color: #0c1216 !important;
    font-weight: 600;
}

body.tema-ney-cut-moderno .login-container .form-control,
body.tema-ney-cut-moderno .register-container .form-control,
body.tema-ney-cut-moderno .login-container .form-select,
body.tema-ney-cut-moderno .register-container .form-select {
    border-radius: 999px !important;
    border: 1px solid rgba(12, 18, 22, 0.14) !important;
    background: #faf8f6 !important;
    color: #0c1216 !important;
    padding: 0.7rem 1.15rem;
}

body.tema-ney-cut-moderno .login-container .input-group .form-control {
    border-radius: 999px 0 0 999px !important;
}
body.tema-ney-cut-moderno .login-container .input-group .btn {
    border-radius: 0 999px 999px 0 !important;
    border: 1px solid rgba(12, 18, 22, 0.14);
    background: #faf8f6;
    color: #0c1216;
}

body.tema-ney-cut-moderno .login-container .form-control:focus,
body.tema-ney-cut-moderno .register-container .form-control:focus {
    border-color: #e31c23 !important;
    box-shadow: 0 0 0 0.2rem rgba(227, 28, 35, 0.15) !important;
}

body.tema-ney-cut-moderno .login-container .texto-suave,
body.tema-ney-cut-moderno .register-container .texto-suave,
body.tema-ney-cut-moderno .login-container .text-muted,
body.tema-ney-cut-moderno .register-container .text-muted {
    color: #6b7280 !important;
}

/* Recuperar senha (card legado) */
body.tema-ney-cut-moderno .card.bg-dark.border-gold {
    background: #fff !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: var(--landing-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 18, 22, 0.1);
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno .card.bg-dark .card-header.bg-dark {
    background: transparent !important;
    border-bottom: 1px solid rgba(12, 18, 22, 0.08) !important;
}

body.tema-ney-cut-moderno .card.bg-dark .form-label.text-light,
body.tema-ney-cut-moderno .card.bg-dark .text-gold {
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno .card.bg-dark .form-control.bg-dark {
    background: #faf8f6 !important;
    color: #0c1216 !important;
    border: 1px solid rgba(12, 18, 22, 0.14) !important;
    border-radius: 999px !important;
}

/* —— Agendar —— */
body.tema-ney-cut-moderno .card-site {
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: var(--landing-radius) !important;
    box-shadow: 0 18px 48px rgba(12, 18, 22, 0.08) !important;
    background: #fff !important;
    overflow: hidden;
}

body.tema-ney-cut-moderno .card-site .card-header {
    padding-top: 1.75rem !important;
    padding-bottom: 1.25rem !important;
}

body.tema-ney-cut-moderno .card-site .card-header h2 {
    font-family: "Bebas Neue", Impact, sans-serif;
    letter-spacing: 0.04em;
    color: #0c1216 !important;
    font-size: clamp(1.75rem, 4vw, 2.35rem);
}

body.tema-ney-cut-moderno .card-site .text-gold {
    color: #e31c23 !important;
}

body.tema-ney-cut-moderno .agendar-form-layout .form-control,
body.tema-ney-cut-moderno .agendar-form-layout .form-select {
    border-radius: var(--landing-radius-sm);
    border-color: rgba(12, 18, 22, 0.14);
    background: #faf8f6;
}

body.tema-ney-cut-moderno .navbar-site .btn-outline-gold {
    color: #0c1216 !important;
    border-color: rgba(12, 18, 22, 0.2) !important;
}

body.tema-ney-cut-moderno .navbar-site .btn-outline-gold:hover {
    color: #fff !important;
    background: #e31c23 !important;
    border-color: #e31c23 !important;
}

/* —— Área do cliente —— */
body.tema-ney-cut-moderno .area-header {
    background:
        radial-gradient(ellipse 70% 80% at 100% 0%, rgba(227, 28, 35, 0.08), transparent 55%),
        #fff !important;
    border-bottom: 1px solid rgba(12, 18, 22, 0.08) !important;
}

body.tema-ney-cut-moderno .area-header h1,
body.tema-ney-cut-moderno .area-header .h1,
body.tema-ney-cut-moderno .area-header h2 {
    font-family: "Bebas Neue", Impact, sans-serif;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.tema-ney-cut-moderno .avatar-circle {
    box-shadow: 0 8px 20px rgba(227, 28, 35, 0.28);
}

body.tema-ney-cut-moderno .stat-pill,
body.tema-ney-cut-moderno .painel-card {
    border-radius: var(--landing-radius-sm) !important;
    border-color: rgba(12, 18, 22, 0.08) !important;
    box-shadow: 0 10px 28px rgba(12, 18, 22, 0.06) !important;
}

body.tema-ney-cut-moderno .painel-card .card-header-dark {
    background: #0c1216 !important;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.02em;
}

body.tema-ney-cut-moderno .tab-btn {
    border-radius: 999px !important;
    font-weight: 600;
}

body.tema-ney-cut-moderno .tab-btn.active,
body.tema-ney-cut-moderno .tab-btn:hover {
    box-shadow: 0 6px 16px rgba(227, 28, 35, 0.25);
}

body.tema-ney-cut-moderno .btn-reagendar,
body.tema-ney-cut-moderno .btn-wa {
    border-radius: 999px !important;
}

body.tema-ney-cut-moderno .area-placeholder {
    border-radius: var(--landing-radius-sm);
    background: #f7f4f0 !important;
}

body.tema-ney-cut-moderno .pac-card,
body.tema-ney-cut-moderno .pac-loja-item {
    border-radius: var(--landing-radius-sm) !important;
}

/* Modal de perfil da equipe — mesmo visual claro do site */
body.tema-ney-cut-moderno #modalEquipeProfissional .modal-equipe-perfil,
body.tema-ney-cut-moderno #modalEquipeProfissional .modal-content {
    background: #fff !important;
    color: #0c1216 !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: var(--landing-radius) !important;
    box-shadow: 0 22px 48px rgba(12, 18, 22, 0.16);
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-header {
    background: #fff !important;
    border-bottom: 3px solid #e31c23 !important;
    padding: 1rem 1.25rem;
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-title {
    color: #0c1216 !important;
    font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
    letter-spacing: 0.04em;
    font-size: 1.65rem;
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-equipe-esp {
    color: #e31c23 !important;
    font-weight: 700;
    font-size: 1.05rem;
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-equipe-desc {
    color: #3a404a !important;
    white-space: pre-wrap;
    font-size: 0.95rem;
    line-height: 1.6;
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-equipe-agendar-titulo {
    color: #0c1216 !important;
    font-weight: 700;
}

body.tema-ney-cut-moderno #modalEquipeProfissional .modal-equipe-foto {
    max-height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: var(--landing-radius-sm);
}

body.tema-ney-cut-moderno #modalEquipeAvatarLetra {
    background: #f3efe9 !important;
    color: #e31c23 !important;
    border: 2px solid rgba(227, 28, 35, 0.35);
}

/* —— Painel do profissional —— */
html:has(body.painel-profissional) {
    overflow-y: scroll;
}

body.tema-ney-cut-moderno.painel-profissional {
    background: #eceff1 !important;
    color: #0c1216;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 100vh;
}

body.tema-ney-cut-moderno.painel-profissional h1,
body.tema-ney-cut-moderno.painel-profissional h2,
body.tema-ney-cut-moderno.painel-profissional .h3,
body.tema-ney-cut-moderno.painel-profissional .h4,
body.tema-ney-cut-moderno.painel-profissional .h5 {
    font-family: "DM Sans", "Segoe UI", sans-serif !important;
    text-transform: none !important;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #0c1216 !important;
}

/* Header igual ao do dono: título branco no fundo preto */
body.tema-ney-cut-moderno.painel-profissional .admin-header,
body.tema-ney-cut-moderno.painel-profissional .barbeiro-painel-titulo.admin-header {
    background-color: #0c1216 !important;
    color: #fff !important;
    border-bottom: 3px solid #e31c23;
    margin-bottom: 0;
}

body.tema-ney-cut-moderno.painel-profissional .admin-header h1,
body.tema-ney-cut-moderno.painel-profissional .admin-header h2,
body.tema-ney-cut-moderno.painel-profissional .barbeiro-painel-titulo h1,
body.tema-ney-cut-moderno.painel-profissional .barbeiro-painel-titulo h2 {
    font-size: 1.55rem !important;
    color: #fff !important;
}

body.tema-ney-cut-moderno.painel-profissional .admin-header .text-white-50,
body.tema-ney-cut-moderno.painel-profissional .admin-header .small {
    color: rgba(255, 255, 255, 0.65) !important;
}

/* KPIs no estilo do dashboard do dono */
body.tema-ney-cut-moderno.painel-profissional .stat-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno.painel-profissional .stat-card h2,
body.tema-ney-cut-moderno.painel-profissional .stat-card .h2 {
    color: #0c1216 !important;
    font-size: 1.75rem !important;
}

body.tema-ney-cut-moderno.painel-profissional .stat-card .text-gold {
    color: #e31c23 !important;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar {
    background: #0c1216 !important;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar-badge {
    background: #e31c23 !important;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.35em 0.55em;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .nav-link {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .nav-link:hover,
body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .nav-link.active {
    color: #fff;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .nav-link.active {
    box-shadow: inset 0 -3px 0 #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .admin-profile-avatar {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
    background: #e31c23;
    color: #fff;
}

body.tema-ney-cut-moderno.painel-profissional .profissional-navbar-user,
body.tema-ney-cut-moderno.painel-profissional .profissional-navbar .navbar-text {
    color: rgba(255, 255, 255, 0.78) !important;
}

body.tema-ney-cut-moderno.painel-profissional .card,
body.tema-ney-cut-moderno.painel-profissional .card.bg-dark {
    background: #fff !important;
    color: #0c1216 !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 28px rgba(12, 18, 22, 0.06);
}

body.tema-ney-cut-moderno.painel-profissional .card.border-gold,
body.tema-ney-cut-moderno.painel-profissional .card.border-warning,
body.tema-ney-cut-moderno.painel-profissional .card.border-secondary {
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
}

body.tema-ney-cut-moderno.painel-profissional .card-header,
body.tema-ney-cut-moderno.painel-profissional .card-header.border-gold,
body.tema-ney-cut-moderno.painel-profissional .card-header.text-gold {
    background: #fff !important;
    color: #0c1216 !important;
    border-bottom: 1px solid rgba(12, 18, 22, 0.08) !important;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
}

body.tema-ney-cut-moderno.painel-profissional .text-gold {
    color: #e31c23 !important;
}

body.tema-ney-cut-moderno.painel-profissional .card-header.text-gold,
body.tema-ney-cut-moderno.painel-profissional .card-header .text-gold,
body.tema-ney-cut-moderno.painel-profissional h6.text-gold,
body.tema-ney-cut-moderno.painel-profissional .text-light,
body.tema-ney-cut-moderno.painel-profissional .form-label.text-light,
body.tema-ney-cut-moderno.painel-profissional .card-check-label {
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno.painel-profissional .display-6,
body.tema-ney-cut-moderno.painel-profissional .display-6.text-gold,
body.tema-ney-cut-moderno.painel-profissional .display-6.text-white,
body.tema-ney-cut-moderno.painel-profissional .display-6.text-warning,
body.tema-ney-cut-moderno.painel-profissional .h4.text-gold,
body.tema-ney-cut-moderno.painel-profissional .h5.text-gold,
body.tema-ney-cut-moderno.painel-profissional strong.text-gold,
body.tema-ney-cut-moderno.painel-profissional .preco-label,
body.tema-ney-cut-moderno.painel-profissional .preco-label-b {
    color: #e31c23 !important;
}

body.tema-ney-cut-moderno.painel-profissional .form-control,
body.tema-ney-cut-moderno.painel-profissional .form-select,
body.tema-ney-cut-moderno.painel-profissional .form-control.bg-dark,
body.tema-ney-cut-moderno.painel-profissional .form-control.bg-darker,
body.tema-ney-cut-moderno.painel-profissional .form-select.bg-dark,
body.tema-ney-cut-moderno.painel-profissional .form-select.bg-darker,
body.tema-ney-cut-moderno.painel-profissional textarea.form-control {
    background: #fff !important;
    color: #0c1216 !important;
    border: 1px solid rgba(12, 18, 22, 0.14) !important;
    border-radius: 12px !important;
}

body.tema-ney-cut-moderno.painel-profissional .form-control:focus,
body.tema-ney-cut-moderno.painel-profissional .form-select:focus {
    border-color: #e31c23 !important;
    box-shadow: 0 0 0 0.2rem rgba(227, 28, 35, 0.12) !important;
}

body.tema-ney-cut-moderno.painel-profissional .table,
body.tema-ney-cut-moderno.painel-profissional .table-dark {
    --bs-table-bg: #fff;
    --bs-table-color: #0c1216;
    --bs-table-striped-bg: #faf8f6;
    --bs-table-striped-color: #0c1216;
    --bs-table-hover-bg: #f3efe9;
    --bs-table-hover-color: #0c1216;
    --bs-table-border-color: rgba(12, 18, 22, 0.08);
    color: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .table thead th,
body.tema-ney-cut-moderno.painel-profissional .table-dark thead th,
body.tema-ney-cut-moderno.painel-profissional .table-dark > :not(caption) > * > * {
    color: inherit;
    border-color: rgba(12, 18, 22, 0.08);
}

body.tema-ney-cut-moderno.painel-profissional .table thead,
body.tema-ney-cut-moderno.painel-profissional .table-dark thead,
body.tema-ney-cut-moderno.painel-profissional thead.table-dark {
    --bs-table-bg: #f7f4f0;
    --bs-table-color: #0c1216;
    background: #f7f4f0 !important;
    color: #0c1216 !important;
}

body.tema-ney-cut-moderno.painel-profissional .list-group-item,
body.tema-ney-cut-moderno.painel-profissional .list-group-item.bg-dark {
    background: #fff !important;
    color: #0c1216 !important;
    border-color: rgba(12, 18, 22, 0.08) !important;
}

body.tema-ney-cut-moderno.painel-profissional .bg-darker {
    background: #f7f4f0 !important;
}

body.tema-ney-cut-moderno.painel-profissional .btn-outline-gold {
    color: #e31c23;
    border-color: #e31c23;
    background: #fff;
}

body.tema-ney-cut-moderno.painel-profissional .dropdown-menu-dark {
    background: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .ney-perfil-hero {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 16px;
    padding: 1.25rem 1.35rem;
    box-shadow: 0 8px 24px rgba(12, 18, 22, 0.05);
}

body.tema-ney-cut-moderno.painel-profissional .ney-perfil-hero-foto {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3efe9;
    color: #e31c23;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.6rem;
    box-shadow: 0 0 0 3px #fff, 0 0 0 5px rgba(227, 28, 35, 0.35);
}

body.tema-ney-cut-moderno.painel-profissional .ney-perfil-hero-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    background: #fff !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: 12px !important;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 1px 4px rgba(12, 18, 22, 0.08);
    height: 100%;
    color: #0c1216;
}

/* ── Resumo compacto: KPIs ── */
body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 12px;
    padding: 0.7rem 0.75rem;
    box-shadow: 0 1px 3px rgba(12, 18, 22, 0.06);
    color: #0c1216;
    text-decoration: none;
    min-width: 0;
    transition: border-color .15s ease, transform .15s ease;
}

a.ney-resumo-kpi:hover {
    border-color: rgba(227, 28, 35, 0.4);
    color: #0c1216;
    transform: translateY(-1px);
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi-lab {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6c757d;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi-num {
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.15;
    color: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi-sub {
    font-size: 0.7rem;
    color: #8a9399;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi--alerta {
    border-color: rgba(227, 28, 35, 0.45);
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi--alerta .ney-resumo-kpi-num {
    color: #e31c23;
}

/* ── Resumo: comissões ── */
body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    box-shadow: 0 1px 3px rgba(12, 18, 22, 0.06);
    text-decoration: none;
    color: #0c1216;
    min-width: 0;
    transition: border-color .15s ease, transform .15s ease;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card:hover {
    color: #0c1216;
    transform: translateY(-1px);
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-ico {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--receber {
    border-left: 3px solid #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--receber .ney-resumo-comiss-ico {
    background: rgba(227, 28, 35, 0.1);
    color: #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--pagar .ney-resumo-comiss-ico {
    background: rgba(12, 18, 22, 0.07);
    color: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--pagar.is-alerta {
    border-left: 3px solid #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-body {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 0.05rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-lab {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6c757d;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-val {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--receber .ney-resumo-comiss-val {
    color: #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card--pagar.is-alerta .ney-resumo-comiss-val {
    color: #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-sub {
    font-size: 0.7rem;
    color: #8a9399;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-diff {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    background: #0c1216;
    color: #fff;
    border-radius: 12px;
    padding: 0.65rem 1rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-diff-lab {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,.65);
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-diff-val {
    font-size: 0.95rem;
    font-weight: 800;
    color: #fff;
}

/* ── Resumo: atalhos (tiles sem buraco) ── */
body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid {
    display: grid;
    gap: 0.55rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
    body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* No mobile com 5: 2+2+1 centralizado na largura */
@media (max-width: 767.98px) {
    body.tema-ney-cut-moderno.painel-profissional .ney-atalhos-grid--n5 > :last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        justify-self: center;
        width: 100%;
    }
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 12px;
    padding: 0.85rem 0.55rem 0.75rem;
    box-shadow: 0 1px 3px rgba(12, 18, 22, 0.06);
    color: #0c1216;
    min-width: 0;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile:hover {
    border-color: rgba(227, 28, 35, 0.4);
    box-shadow: 0 4px 12px rgba(12, 18, 22, 0.08);
    color: #0c1216;
    transform: translateY(-2px);
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile-ico {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(227, 28, 35, 0.1);
    color: #e31c23;
    font-size: 1rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile-tit {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile-sub {
    font-size: 0.68rem;
    color: #8a9399;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpis {
        gap: 0.4rem;
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi {
        padding: 0.55rem 0.45rem;
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-resumo-kpi-num {
        font-size: 1.2rem;
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card {
        padding: 0.65rem 0.7rem;
        gap: 0.55rem;
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-val {
        font-size: 1rem;
    }
    body.tema-ney-cut-moderno.painel-profissional .ney-atalho-tile-sub {
        display: none;
    }
}

/* legado mini (outras telas) */
body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card--mini {
    align-items: center;
    padding: 0.7rem 0.85rem;
    gap: 0.65rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card--mini .ney-destaque-icon {
    width: 2.1rem;
    height: 2.1rem;
    font-size: 0.95rem;
    flex-shrink: 0;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card--mini strong {
    font-size: 0.92rem;
    line-height: 1.2;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-compacto .stat-card h2.h3 {
    font-size: 1.45rem;
    line-height: 1.2;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card:hover {
    border-color: rgba(227, 28, 35, 0.35) !important;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-card strong {
    color: #0c1216;
    font-weight: 700;
}

body.tema-ney-cut-moderno.painel-profissional .ney-convite-resumo {
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(12, 18, 22, 0.08);
    background: #fff !important;
}

body.tema-ney-cut-moderno.painel-profissional .ney-convite-resumo .form-control {
    font-size: 0.8rem;
}

body.tema-ney-cut-moderno.painel-profissional .stat-card {
    border-radius: 12px !important;
    box-shadow: 0 1px 4px rgba(12, 18, 22, 0.08) !important;
}

/* Laterais iguais ao painel do dono (mesmo cálculo de margem) */
body.tema-ney-cut-moderno.painel-profissional main.container-fluid > .p-4 {
    background: #eceff1 !important;
    min-height: calc(100vh - 8rem);
    padding-top: 1.25rem !important;
    padding-bottom: 1.5rem !important;
    padding-left: max(1.25rem, calc((100% - var(--admin-largura-max, 1280px)) / 2)) !important;
    padding-right: max(1.25rem, calc((100% - var(--admin-largura-max, 1280px)) / 2)) !important;
}

body.tema-ney-cut-moderno.painel-profissional main.barbeiro-painel-main {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(227, 28, 35, 0.1);
    color: #e31c23;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.05rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-destaque-icon-lg {
    width: 52px;
    height: 52px;
    font-size: 1.25rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-bloqueio-card,
body.tema-ney-cut-moderno.painel-profissional .ney-vazio-card {
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 16px;
    padding: 1.15rem;
    box-shadow: 0 8px 24px rgba(12, 18, 22, 0.05);
    height: 100%;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 16px;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 8px 24px rgba(12, 18, 22, 0.05);
    height: 100%;
    color: #0c1216;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

a.ney-kpi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(12, 18, 22, 0.08);
    color: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card-alerta {
    border-color: rgba(227, 28, 35, 0.28);
    background: linear-gradient(180deg, #fff 60%, #fff5f5);
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.35rem;
    padding: 1rem 0.85rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro .ney-destaque-icon {
    margin: 0 0 0.15rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro .ney-kpi-num {
    font-size: 1.4rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro .ney-kpi-num--frase {
    font-size: 1.05rem;
    line-height: 1.25;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro .ney-kpi-lab {
    font-size: 0.82rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card--centro .small {
    font-size: 0.7rem;
}

/* Resumo: comissões centralizadas */
body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card {
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.85rem 0.75rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-card .ney-resumo-comiss-ico {
    margin: 0;
}

body.tema-ney-cut-moderno.painel-profissional .ney-resumo-comiss-body {
    align-items: center;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-num {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
    color: #e31c23;
}

body.tema-ney-cut-moderno.painel-profissional .ney-kpi-lab {
    font-weight: 700;
    font-size: 0.95rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-sem-cad {
    border-color: rgba(227, 28, 35, 0.35);
    background: #fff8f8;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendentes-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem 1rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendentes-acoes {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-item {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-topo {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-quando {
    font-weight: 700;
    font-size: 0.95rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-quando span {
    font-weight: 500;
    color: #6c757d;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-nome {
    font-weight: 700;
    line-height: 1.35;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-servico {
    font-size: 0.9rem;
    color: #6c757d;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-aviso {
    font-size: 0.85rem;
    color: #e31c23;
    line-height: 1.4;
    padding: 0.45rem 0.6rem;
    background: rgba(227, 28, 35, 0.06);
    border-radius: 8px;
}

body.tema-ney-cut-moderno.painel-profissional .ney-pendente-item .btn-confirmar-um {
    margin-top: 0.35rem;
    align-self: flex-start;
}

@media (max-width: 767.98px) {
    body.tema-ney-cut-moderno.painel-profissional main.barbeiro-painel-main {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.tema-ney-cut-moderno.painel-profissional .admin-header {
        padding: 1rem 1.15rem !important;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
        padding: 0.85rem 0.8rem;
        min-width: 0;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card .ney-destaque-icon {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-kpi-num {
        font-size: 1.45rem;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-kpi-lab {
        font-size: 0.82rem;
        line-height: 1.2;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-kpi-card .small {
        font-size: 0.72rem;
        line-height: 1.2;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-pendentes-head {
        flex-direction: column;
        align-items: stretch;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-pendentes-acoes {
        width: 100%;
        justify-content: space-between;
        background: #faf8f6;
        border: 1px solid rgba(12, 18, 22, 0.08);
        border-radius: 12px;
        padding: 0.7rem 0.85rem;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-pendentes-acoes .btn {
        flex: 1 1 auto;
    }

    body.tema-ney-cut-moderno.painel-profissional .ney-pendente-item .btn-confirmar-um {
        width: 100%;
        align-self: stretch;
    }
}

body.tema-ney-cut-moderno.painel-profissional .ney-item-venda {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    background: #faf8f6;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 14px;
    padding: 0.9rem 1rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-item-venda-prod {
    grid-column: 1 / -1;
}

body.tema-ney-cut-moderno.painel-profissional .ney-item-venda-meta {
    grid-column: 1 / 2;
}

body.tema-ney-cut-moderno.painel-profissional .ney-item-venda .btn-remover-b {
    align-self: end;
    min-width: 2.75rem;
    min-height: 2.75rem;
}

body.tema-ney-cut-moderno.painel-profissional .ney-venda-rodape {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #faf8f6;
    border-radius: 14px;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(12, 18, 22, 0.08);
}

@media (max-width: 767.98px) {
    body.tema-ney-cut-moderno.painel-profissional .ney-item-venda {
        grid-template-columns: 1fr auto;
    }
}

body.tema-ney-cut-moderno.painel-profissional .ney-hora-flex .form-select {
    background: #fff;
    color: #0c1216;
}

body.tema-ney-cut-moderno.painel-profissional .ney-convite-bloco .form-control {
    font-size: 0.85rem;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-bloco--compacto .form-label {
    margin-bottom: 0.25rem;
}

/* Convite: link + ações alinhados (sem pill solto no input-group) */
body.tema-ney-cut-moderno.painel-profissional .ney-convite-link {
    flex-wrap: nowrap;
    align-items: stretch;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-link .form-control {
    min-width: 0;
    border-radius: 12px 0 0 12px !important;
    border-right: 0;
    box-shadow: none;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-link .btn-gold {
    border-radius: 0 12px 12px 0 !important;
    box-shadow: none !important;
    transform: none !important;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 0.35rem 0.75rem;
    font-size: 0.8125rem;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-link .btn-gold:hover,
body.tema-ney-cut-moderno.painel-profissional .ney-convite-link .btn-gold:focus {
    transform: none !important;
    box-shadow: none !important;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes .btn {
    width: auto;
    margin: 0;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-size: 0.8125rem;
    font-weight: 600;
    box-shadow: none;
    transform: none;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes .btn:hover,
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes .btn:focus {
    transform: none;
    box-shadow: none;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes .btn-outline-gold {
    border-radius: 999px;
    border-width: 1px;
}
body.tema-ney-cut-moderno.painel-profissional .ney-convite-acoes .ney-convite-mais {
    grid-column: auto;
}

.ney-prox-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
@media (min-width: 576px) {
    .ney-prox-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1200px) {
    .ney-prox-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
a.ney-prox-card {
    display: grid;
    grid-template-columns: 4.5rem minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid rgba(12, 18, 22, 0.08);
    border-radius: 16px;
    padding: 0.85rem 1rem;
    box-shadow: 0 8px 24px rgba(12, 18, 22, 0.05);
    min-height: 0;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
    position: relative;
}
a.ney-prox-card:hover,
a.ney-prox-card:focus {
    color: inherit;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(12, 18, 22, 0.1);
}
.ney-prox-hora {
    grid-row: 1;
    width: 100%;
    min-width: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.45rem;
    letter-spacing: 0.04em;
    color: #e31c23;
    background: #fff5f5;
    border-radius: 12px;
    padding: 0.25rem;
    line-height: 1;
}
.ney-prox-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.28rem;
}
.ney-prox-topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    min-width: 0;
}
.ney-prox-quando {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b737a;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ney-prox-cli {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}
.ney-prox-ini {
    flex: 0 0 auto;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background: #0c1216;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ney-prox-nome {
    font-weight: 800;
    font-size: 1.02rem;
    color: #0c1216;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ney-prox-serv {
    font-size: 0.88rem;
    color: #4a5258;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ney-prox-st {
    flex: 0 0 auto;
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.22rem 0.5rem;
    border-radius: 999px;
    white-space: nowrap;
}
.ney-prox-card--pendente {
    border-left: 4px solid #c9a227;
}
.ney-prox-card--pendente .ney-prox-st {
    background: #fff6d9;
    color: #7a5b00;
}
.ney-prox-card--aprovado {
    border-left: 4px solid #e31c23;
}
.ney-prox-card--aprovado .ney-prox-st {
    background: #ffe8e9;
    color: #e31c23;
}
.ney-prox-card--em_atendimento {
    border-left: 4px solid #0c1216;
    background: #0c1216;
    color: #fff;
}
.ney-prox-card--em_atendimento .ney-prox-hora {
    background: rgba(227, 28, 35, 0.2);
    color: #fff;
}
.ney-prox-card--em_atendimento .ney-prox-quando,
.ney-prox-card--em_atendimento .ney-prox-serv,
.ney-prox-card--em_atendimento .ney-prox-nome {
    color: #fff;
}
.ney-prox-card--em_atendimento .ney-prox-ini {
    background: #e31c23;
}
.ney-prox-card--em_atendimento .ney-prox-st {
    background: #e31c23;
    color: #fff;
}
@media (max-width: 575.98px) {
    a.ney-prox-card {
        grid-template-columns: 4rem minmax(0, 1fr);
        gap: 0.7rem;
        padding: 0.75rem 0.85rem;
    }
    .ney-prox-hora {
        font-size: 1.25rem;
    }
}

body.tema-ney-cut-moderno .stat-card,
body.tema-ney-cut-moderno .fin-filter-card,
body.tema-ney-cut-moderno .relatorio-card-hover,
body.tema-ney-cut-moderno .ney-diff-card {
    background: #fff !important;
    border-radius: 16px !important;
    border: 1px solid rgba(12, 18, 22, 0.08) !important;
    box-shadow: 0 8px 24px rgba(12, 18, 22, 0.05);
    color: #0c1216;
}
body.tema-ney-cut-moderno .fin-stat-valor {
    font-weight: 800;
}
body.tema-ney-cut-moderno .fin-saldo-pos {
    background: linear-gradient(180deg, #f3fbf6 0%, #fff 70%) !important;
}
body.tema-ney-cut-moderno .fin-saldo-neg {
    background: #5c1014 !important;
    color: #fff !important;
}
body.tema-ney-cut-moderno .relatorio-card-hover .btn-outline-dark {
    border-color: #e31c23;
    color: #e31c23;
}
body.tema-ney-cut-moderno .card-header.bg-dark {
    background: #0c1216 !important;
    border-radius: 16px 16px 0 0;
}
body.tema-ney-cut-moderno .ney-dash-rapido,
body.tema-ney-cut-moderno .ney-dash-resumo-item {
    background: #fff;
    box-shadow: 0 4px 16px rgba(12, 18, 22, 0.04);
}
body.tema-ney-cut-moderno .ney-manual-toc .card-header {
    background: #0c1216 !important;
    border-radius: 16px 16px 0 0;
}
