
/* V104.6.59 — Retorno contextual em toda a plataforma. */
.ne-global-back{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:34px;
  padding:7px 11px;
  border:1px solid rgba(143,98,255,.22);
  border-radius:11px;
  background:rgba(18,13,35,.70);
  color:#d9d2ff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;
  transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;
}
.ne-global-back:hover{
  background:rgba(143,98,255,.14);
  border-color:rgba(143,98,255,.42);
  color:#fff;
  transform:translateX(-1px);
}
.ne-global-back > span:first-child{font-size:17px;line-height:1;}
.ne-platform-header__inner > .ne-global-back{flex:0 0 auto;margin-right:4px;}
@media (max-width:900px){
  .ne-platform-header__inner > .ne-global-back{margin-right:2px;}
  .ne-platform-header__inner > .ne-global-back span:last-child{display:none;}
  .ne-platform-header__inner > .ne-global-back{min-width:34px;padding:7px 9px;}
}
@media (max-width:767px){
    }

/*
Theme Name: Noah Enthon Child
Template: hello-elementor
Version: 1.5.1
*/

/* =========================================================
   Base do sistema de conteúdos
   ========================================================= */
.ne-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    width: 100%;
}

.ne-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    border: 1px solid rgba(16,28,48,.10);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(9,20,36,.07);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ne-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(9,20,36,.12); border-color: rgba(0,174,239,.35); }
.ne-card-media { display:block; position:relative; aspect-ratio:16/9; overflow:hidden; background:#08111f; text-decoration:none!important; }
.ne-card-media img,.ne-card-image { display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.ne-card:hover .ne-card-media img { transform:scale(1.045); }
.ne-card-media-placeholder { display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg,#08111f,#12253d); }
.ne-card-media-placeholder span { padding:9px 14px; border:1px solid rgba(255,255,255,.22); border-radius:999px; color:#fff; font-size:12px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ne-card-body { display:flex; flex:1; flex-direction:column; padding:22px; min-width:0; }
.ne-card-meta { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin-bottom:11px; }
.ne-card-type { display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; background:#e9f8ff; color:#087fae; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ne-card-category { color:#6f7b8a; font-size:12px; font-weight:600; }
.ne-card-title { margin:0 0 10px; font-size:22px; line-height:1.18; }
.ne-card-title a { color:#0a1422; text-decoration:none; }
.ne-card-title a:hover { color:#009fe3; }
.ne-card-excerpt { margin:0 0 20px; color:#687485; font-size:14px; line-height:1.65; }
.ne-card-actions { display:flex; flex-wrap:wrap; align-items:center; gap:9px; margin-top:auto; padding-top:5px; }
.ne-card-button,.ne-card-link { text-decoration:none!important; }
.ne-card-button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:46px; padding:0 15px; border-radius:10px; background:#08aceb; color:#fff!important; font-size:13px; font-weight:800; transition:transform .2s ease,background .2s ease; }
.ne-card-button:hover { transform:translateY(-1px); background:#078fc6; }
.ne-card-link { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:0 12px; border-radius:10px; background:#f3f7fa; color:#26384b!important; font-size:12px; font-weight:700; }
.ne-card-link:hover { background:#e8f1f6; }
.ne-card-related-mini { margin-top:12px; width:100%; }
.ne-page-list { width:100%; }
.ne-page-list>header { margin-bottom:30px; }
.ne-page-list>header h1 { margin:0; color:#0a1422; font-size:clamp(32px,4vw,48px); line-height:1.08; }
.ne-empty { padding:28px; border:1px dashed #cfd8e2; border-radius:16px; color:#687485; background:#f8fafc; }
.ne-related-section { margin-top:56px; }
.ne-section-heading { display:flex; align-items:center; gap:12px; margin-bottom:22px; }
.ne-section-heading>span { font-size:25px; }
.ne-section-heading p { margin:0 0 2px; color:#078fc6; font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.ne-section-heading h2 { margin:0; color:#0a1422; font-size:28px; }
.ne-complementares-section { padding-top:10px; }

/* =========================================================
   CATEGORIAS
   ========================================================= */
.ne-categorias,.ne-categorias-pagina .ne-categorias { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.ne-categorias>a { display:block; padding:25px!important; border:1px solid rgba(16,28,48,.10)!important; border-radius:20px!important; background:#fff!important; box-shadow:0 10px 28px rgba(9,20,36,.06); color:#0a1422; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.ne-categorias>a:hover { transform:translateY(-4px); border-color:rgba(0,174,239,.35)!important; box-shadow:0 18px 36px rgba(9,20,36,.10); }
.ne-categorias>a strong { display:block; font-size:18px; line-height:1.25; }
.ne-categorias>a span { color:#718092; }

/* =========================================================
   RESPONSIVO — desktop / tablet / mobile
   ========================================================= */
@media (min-width:768px) and (max-width:1199px) {
    .ne-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }

    .ne-categorias,.ne-categorias-pagina .ne-categorias { grid-template-columns:repeat(2,minmax(0,1fr)); }


}
@media (max-width:767px) {
    .ne-grid { grid-template-columns:1fr; gap:18px; }

    .ne-categorias,.ne-categorias-pagina .ne-categorias { grid-template-columns:1fr; }
    .ne-card-body { padding:19px; }
    .ne-card-title { font-size:20px; }

    .ne-section-heading h2 { font-size:24px; }
    .ne-card-actions { align-items:stretch; }
    .ne-card-button,.ne-card-link { justify-content:center; }
}


/* =========================================================
   POP-UP INTERNO — VISUALIZAÇÃO DE PROJETO
   ========================================================= */
.ne-project-preview-modal[hidden] { display:none!important; }
.ne-project-preview-modal {
    position:fixed;
    inset:0;
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    box-sizing:border-box;
}
.ne-project-preview-backdrop {
    position:absolute;
    inset:0;
    background:rgba(4,10,18,.78);
    backdrop-filter:blur(4px);
}
.ne-project-preview-dialog {
    position:relative;
    z-index:1;
    width:min(1180px, 96vw);
    height:min(820px, 92vh);
    display:flex;
    flex-direction:column;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.16);
    border-radius:18px;
    background:#fff;
    box-shadow:0 28px 80px rgba(0,0,0,.35);
}
.ne-project-preview-header {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    min-height:58px;
    padding:0 18px 0 22px;
    background:#08111f;
    color:#fff;
}
.ne-project-preview-close {
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    color:#fff;
    font-size:27px;
    line-height:1;
    cursor:pointer;
}
.ne-project-preview-close:hover { background:rgba(255,255,255,.22); }
.ne-project-preview-frame-wrap {
    position:relative;
    flex:1;
    min-height:0;
    background:#f3f5f7;
}
.ne-project-preview-frame-wrap iframe {
    display:block;
    width:100%;
    height:100%;
    min-height:0;
    border:0;
    background:#fff;
}
.ne-project-preview-loading {
    position:absolute;
    inset:0;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3f5f7;
    color:#536476;
    font-size:14px;
    pointer-events:none;
}
.ne-project-preview-loading[hidden] { display:none; }
.ne-project-preview-footer {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 18px;
    border-top:1px solid rgba(16,28,48,.08);
    background:#fff;
    color:#6b7888;
    font-size:12px;
}
.ne-project-preview-footer a {
    flex:0 0 auto;
    color:#079ed8;
    font-weight:800;
    text-decoration:none;
}
.ne-project-preview-footer a:hover { text-decoration:underline; }

@media (max-width:767px) {
    .ne-project-preview-modal { padding:10px; }
    .ne-project-preview-dialog {
        width:100%;
        height:94vh;
        border-radius:14px;
    }
    .ne-project-preview-header { min-height:52px; padding-left:16px; }
    .ne-project-preview-footer {
        flex-direction:column;
        align-items:flex-start;
        gap:7px;
    }
}


/* Aula — projeto relacionado abre o mesmo pop-up usado nos cards de Projetos. */
.ne-aula-relation-body .ne-project-preview-trigger {
    display:inline-flex;
    align-items:center;
    gap:7px;
    margin-top:12px;
    padding:10px 15px;
    border-radius:10px;
    background:#08aceb;
    color:#fff!important;
    font-size:12px;
    font-weight:800;
    text-decoration:none!important;
    box-shadow:0 8px 18px rgba(8,172,235,.18);
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.ne-aula-relation-body .ne-project-preview-trigger:hover {
    background:#078fc6;
    transform:translateY(-1px);
    box-shadow:0 10px 22px rgba(8,172,235,.25);
}
.ne-aula-relation-unavailable {
    display:block;
    margin-top:12px;
    color:#7b8794;
    font-size:12px;
}

/* ==========================================================
   AULA — TEMPLATE INDIVIDUAL
   HTML/SVG + CSS visual layer. PHP only supplies content data.
   ========================================================== */
.ne-aula-page{background:#f5f8fb;padding:48px 20px 80px;color:#081426}
.ne-aula-shell{width:min(1120px,100%);margin:0 auto}
.ne-aula-header{background:#fff;border:1px solid #e4eaf0;border-radius:24px;padding:28px 34px 30px;box-shadow:0 12px 32px rgba(6,20,38,.07);margin-top:18px}
.ne-aula-label-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}
.ne-aula-label,.ne-aula-category{display:inline-flex;align-items:center;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;letter-spacing:.06em}
.ne-aula-label{background:#dff7ff;color:#008fbe}
.ne-aula-category{background:#f4f7fa;color:#40516a;font-weight:700;letter-spacing:0}
.ne-aula-title{margin:0;color:#07152a;font-size:clamp(32px,4.5vw,54px);line-height:1.06;letter-spacing:-.035em}
.ne-aula-description{margin:16px 0 0;color:#607087;font-size:18px;line-height:1.65}
.ne-aula-cover{margin:0;overflow:hidden;border-radius:24px;background:#07111f;box-shadow:0 18px 50px rgba(6,20,38,.14)}
.ne-aula-cover img{display:block;width:100%;height:auto;aspect-ratio:23/10;object-fit:cover;object-position:center}
.ne-aula-video-section,.ne-aula-related-section{margin-top:28px;background:#fff;border:1px solid #e4eaf0;border-radius:28px;padding:30px;box-shadow:0 12px 35px rgba(6,20,38,.06)}
.ne-aula-section-heading{display:flex;gap:14px;align-items:center;margin-bottom:22px}
.ne-aula-section-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:15px;background:#071426;color:#10b5e5;box-shadow:0 8px 20px rgba(6,20,38,.12)}
.ne-aula-section-icon svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-aula-section-icon .ne-aula-icon-fill{fill:currentColor;stroke:none}
.ne-aula-section-icon .ne-aula-icon-stroke{fill:none;stroke:currentColor}
.ne-aula-section-heading p{margin:0 0 3px;color:#08a9dc;font-size:11px;font-weight:900;letter-spacing:.12em}
.ne-aula-section-heading h2{margin:0;color:#07152a;font-size:25px;line-height:1.2}
.ne-aula-video-frame{position:relative;width:min(960px,100%);margin-left:auto;margin-right:auto;aspect-ratio:16/9;overflow:hidden;border:1px solid #dce6ee;border-radius:22px;background:#03070c;box-shadow:0 12px 30px rgba(6,20,38,.12)}
.ne-aula-video-frame:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(255,255,255,.08);border-radius:inherit}
.ne-aula-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.ne-aula-youtube-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:11px;margin-top:16px;min-height:52px;padding:0 19px 0 15px;border:1px solid rgba(7,21,42,.08);border-radius:16px;background:#0bb3e3;color:#fff!important;font-weight:800;text-decoration:none!important;box-shadow:0 9px 24px rgba(11,179,227,.22);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.ne-aula-youtube-button:hover{transform:translateY(-2px);background:#079fcf;box-shadow:0 14px 30px rgba(11,179,227,.30)}
.ne-aula-youtube-button:focus-visible{outline:3px solid rgba(11,179,227,.28);outline-offset:3px}
.ne-aula-youtube-button-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#071426;color:#fff}
.ne-aula-youtube-button-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-aula-youtube-button-icon .ne-aula-icon-fill{fill:currentColor;stroke:none}
.ne-aula-button-arrow{font-size:20px;line-height:1;margin-left:2px;transition:transform .2s ease}
.ne-aula-youtube-button:hover .ne-aula-button-arrow{transform:translateX(3px)}
.ne-aula-video-empty{display:flex;flex-direction:column;gap:5px;padding:28px;border-radius:18px;background:#f4f8fb;color:#506178}
.ne-aula-video-empty strong{color:#07152a}
.ne-aula-project-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}
.ne-aula-relation-card{overflow:hidden;border:1px solid #e1e8ef;border-radius:22px;background:#f8fbfd}
.ne-aula-relation-card img{display:block;width:100%;aspect-ratio:16/8;object-fit:cover}
.ne-aula-relation-body{padding:20px}
.ne-aula-relation-body>span,.ne-aula-material-card span{font-size:12px;font-weight:800;color:#08a9dc;text-transform:uppercase;letter-spacing:.06em}
.ne-aula-relation-body h3{margin:7px 0 16px;font-size:21px;color:#07152a}
.ne-aula-relation-body a,.ne-aula-material-card a{color:#009fd1;text-decoration:none;font-weight:800}
.ne-aula-material-list{display:grid;gap:12px}
.ne-aula-material-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid #e1e8ef;border-radius:18px;background:#f8fbfd}
.ne-aula-material-card h3{margin:5px 0 0;color:#07152a;font-size:17px}
.ne-aula-related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}

@media (max-width:1024px){
 .ne-aula-page{padding:36px 18px 64px}
 .ne-aula-cover img{aspect-ratio:16/7.5}
 .ne-aula-header{padding:34px 32px 28px}
 .ne-aula-title{font-size:clamp(32px,5.5vw,48px)}
}
@media (min-width:1025px){
 .ne-aula-cover{margin-top:20px}
 .ne-aula-video-section{padding-left:34px;padding-right:34px}
 .ne-aula-video-frame{border-radius:24px}
}
@media (max-width:767px){
 .ne-aula-page{padding:22px 12px 50px}
 .ne-aula-header{padding:24px 20px 22px;border-radius:22px}
 .ne-aula-title{font-size:35px}
 .ne-aula-description{font-size:16px}
 .ne-aula-cover{border-radius:22px}
 .ne-aula-cover img{aspect-ratio:16/9}
 .ne-aula-video-section,.ne-aula-related-section{padding:20px 16px;border-radius:22px}
 .ne-aula-section-heading{gap:11px;margin-bottom:17px}
 .ne-aula-section-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}
 .ne-aula-section-icon svg{width:21px;height:21px}
 .ne-aula-section-heading h2{font-size:21px}
 .ne-aula-youtube-button{width:100%;min-height:54px}
 .ne-aula-material-card{align-items:flex-start;flex-direction:column}
}


/* AULA — banner-first hierarchy */
@media (min-width:1200px){
  /* Desktop: banner establishes the visual width; title and video sit in a calmer hierarchy. */
  .ne-aula-shell{width:min(1240px,100%)}
  .ne-aula-cover{border-radius:26px; margin-top:0; box-shadow:0 20px 54px rgba(6,20,38,.16)}
  .ne-aula-cover img{aspect-ratio:2.6/1; object-fit:cover; object-position:center}
  .ne-aula-header{width:min(980px,calc(100% - 80px)); margin:22px auto 0; padding:28px 38px 30px}
  .ne-aula-video-section{width:min(980px,calc(100% - 80px)); margin-left:auto; margin-right:auto; padding:30px 34px 32px}
  .ne-aula-video-frame{width:min(860px,100%); border-radius:22px}
  .ne-aula-youtube-button{margin-left:0}
}
@media (max-width:767px){
  .ne-aula-page{padding:28px 14px 60px}
  .ne-aula-cover{border-radius:18px}
  .ne-aula-cover img{aspect-ratio:16/9;object-position:center}
  .ne-aula-header{margin-top:14px;border-radius:20px;padding:22px 22px 24px}
  .ne-aula-title{font-size:clamp(30px,9vw,40px)}
}

/* ==========================================================
   AULA — CARD ÚNICO DE RECURSOS
   Projeto + material no mesmo painel, antes do vídeo.
   ========================================================== */
.ne-aula-intro-card{
  width:min(980px,calc(100% - 80px));
  margin:22px auto 0;
  overflow:hidden;
  border:1px solid #e4eaf0;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 32px rgba(6,20,38,.07);
}
.ne-aula-intro-card .ne-aula-header{
  width:auto;
  margin:0;
  padding:28px 38px 24px;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.ne-aula-resource-area{
  margin:0 28px 28px;
  padding:18px 20px;
  border:1px solid #e3eaf0;
  border-radius:18px;
  background:#f8fbfd;
}
.ne-aula-resource-row{
  display:flex;
  align-items:flex-start;
  gap:14px;
}
.ne-aula-resource-row + .ne-aula-resource-row{
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #dfe7ed;
}
.ne-aula-resource-icon{
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  flex:0 0 40px;
  border-radius:12px;
  background:#071426;
  color:#10b5e5;
}
.ne-aula-resource-icon svg{
  width:20px;
  height:20px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ne-aula-resource-icon .ne-aula-icon-fill{fill:currentColor;stroke:none}
.ne-aula-resource-icon .ne-aula-icon-stroke{fill:none;stroke:currentColor}
.ne-aula-resource-icon-material{color:#0d9a83;background:#edf8f5}
.ne-aula-resource-copy{min-width:0;flex:1}
.ne-aula-resource-label{
  display:block;
  margin-bottom:7px;
  color:#08a9dc;
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
}
.ne-aula-resource-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.ne-aula-resource-item + .ne-aula-resource-item{
  margin-top:9px;
  padding-top:9px;
  border-top:1px solid rgba(16,28,48,.06);
}
.ne-aula-resource-item h3{
  margin:0;
  color:#07152a;
  font-size:16px;
  line-height:1.35;
  font-weight:800;
}
.ne-aula-resource-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  flex:0 0 auto;
  min-height:38px;
  padding:0 14px;
  border:1px solid rgba(7,21,42,.08);
  border-radius:10px;
  background:#08aceb;
  color:#fff!important;
  font-size:12px;
  font-weight:800;
  text-decoration:none!important;
  box-shadow:0 7px 16px rgba(8,172,235,.16);
  transition:transform .2s ease,background .2s ease,box-shadow .2s ease;
}
.ne-aula-resource-button:hover{
  background:#078fc6;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(8,172,235,.23);
}
.ne-aula-resource-button span{font-size:16px;line-height:1}

@media (min-width:1200px){
  .ne-aula-intro-card{width:min(980px,calc(100% - 80px))}
}
@media (max-width:767px){
  .ne-aula-intro-card{
    width:100%;
    margin-top:14px;
    border-radius:20px;
  }
  .ne-aula-intro-card .ne-aula-header{padding:22px 22px 20px}
  .ne-aula-resource-area{margin:0 16px 20px;padding:15px}
  .ne-aula-resource-item{align-items:flex-start;flex-direction:column;gap:9px}
  .ne-aula-resource-button{width:100%;box-sizing:border-box}
}


/* Divisor entre o fim da aula e as sugestões */
.ne-aula-content-divider{
    display:flex;
    align-items:center;
    gap:14px;
    width:min(920px, 100%);
    margin:54px auto 34px;
    padding:0 8px;
}
.ne-aula-content-divider span{
    height:1px;
    flex:1;
    background:linear-gradient(90deg, transparent, rgba(24,45,67,.18));
}
.ne-aula-content-divider span:last-child{
    background:linear-gradient(90deg, rgba(24,45,67,.18), transparent);
}
.ne-aula-content-divider i{
    width:8px;
    height:8px;
    border:2px solid #1fb6c9;
    border-radius:50%;
    background:#fff;
    box-shadow:0 0 0 4px rgba(31,182,201,.08);
    flex:0 0 auto;
}
.ne-aula-related-content-section .ne-aula-section-heading{
    margin-bottom:24px;
}
.ne-aula-related-content-section .ne-aula-section-heading p{
    letter-spacing:.14em;
}
@media (max-width:767px){
    .ne-aula-content-divider{
        gap:10px;
        margin:42px auto 28px;
    }
    .ne-aula-content-divider i{
        width:7px;
        height:7px;
    }
}

/* Continue a aprender — cards compactos e sempre em 3 colunas */
.ne-aula-related-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  width:100%;
}

.ne-aula-related-grid .ne-card-media{
  aspect-ratio:16/8.5;
}
.ne-aula-related-grid .ne-card-body{
  padding:13px;
}
.ne-aula-related-grid .ne-card-meta{
  gap:5px;
  margin-bottom:7px;
}
.ne-aula-related-grid .ne-card-type{
  padding:4px 7px;
  font-size:8px;
}
.ne-aula-related-grid .ne-card-category{
  font-size:9px;
}
.ne-aula-related-grid .ne-card-title{
  margin-bottom:6px;
  font-size:15px;
  line-height:1.22;
}
.ne-aula-related-grid .ne-card-excerpt{
  display:none;
}
.ne-aula-related-grid .ne-card-actions{
  gap:6px;
  padding-top:3px;
}
.ne-aula-related-grid .ne-card-button,
.ne-aula-related-grid .ne-card-link{
  min-height:32px;
  padding:0 9px;
  border-radius:8px;
  font-size:10px;
}
.ne-aula-related-grid .ne-card-related-mini{
  display:none;
}

@media (max-width:1024px){
  .ne-aula-related-grid > :nth-child(n+3){display:none;}
  .ne-aula-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .ne-aula-related-grid .ne-card-body{padding:10px}
  .ne-aula-related-grid .ne-card-title{font-size:13px}
  .ne-aula-related-grid .ne-card-type{font-size:7px;padding:3px 6px}
  .ne-aula-related-grid .ne-card-category{font-size:8px}
  .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-grid .ne-card-link{font-size:9px;min-height:29px;padding:0 7px}
}

@media (max-width:767px){
  .ne-aula-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:7px;
  }
  .ne-aula-related-grid .ne-card{border-radius:11px}
  .ne-aula-related-grid .ne-card-media{aspect-ratio:1/0.72}
  .ne-aula-related-grid .ne-card-body{padding:8px}
  .ne-aula-related-grid .ne-card-meta{margin-bottom:5px;gap:3px}
  .ne-aula-related-grid .ne-card-type{font-size:6px;padding:3px 5px;letter-spacing:.05em}
  .ne-aula-related-grid .ne-card-category{font-size:7px}
  .ne-aula-related-grid .ne-card-title{font-size:10px;line-height:1.2;margin-bottom:5px}
  .ne-aula-related-grid .ne-card-actions{gap:4px}
  .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-grid .ne-card-link{min-height:25px;padding:0 5px;border-radius:7px;font-size:7px;gap:3px}
}

/* ==========================================================
   AULA — HIERARQUIA TIPOGRÁFICA FINAL
   Ajuste independente para desktop / tablet / telemóvel.
   Não altera a estrutura, rotas ou conteúdo.
   ========================================================== */
.ne-aula-label-row{gap:8px;margin-bottom:16px}
.ne-aula-label,.ne-aula-category{font-size:11px;padding:7px 12px}
.ne-aula-title{font-size:clamp(42px,4vw,52px);line-height:1.08;letter-spacing:-.03em}
.ne-aula-description{font-size:17px;line-height:1.6;margin-top:13px}
.ne-aula-section-heading p{font-size:10px;line-height:1.2}
.ne-aula-section-heading h2{font-size:23px;line-height:1.2}
.ne-aula-resource-label{font-size:10px;line-height:1.2}
.ne-aula-resource-item h3{font-size:15px;line-height:1.35}
.ne-aula-resource-button{font-size:11px;min-height:36px}
.ne-aula-youtube-button{font-size:15px}
.ne-aula-related-content-section .ne-aula-section-heading p{font-size:10px}

@media (min-width:768px) and (max-width:1199px){
  .ne-aula-title{font-size:clamp(38px,5vw,46px)}
  .ne-aula-description{font-size:16px;line-height:1.6}
  .ne-aula-section-heading h2{font-size:22px}
  .ne-aula-resource-item h3{font-size:15px}
  .ne-aula-resource-button{font-size:11px}
}

@media (max-width:767px){
  /* Mantém a leitura confortável sem perder o visual compacto já aprovado. */
  .ne-aula-label-row{gap:7px;margin-bottom:13px}
  .ne-aula-label,.ne-aula-category{font-size:9px;padding:6px 10px;letter-spacing:.05em}
  .ne-aula-category{letter-spacing:0}
  .ne-aula-title{font-size:clamp(28px,8.2vw,34px);line-height:1.1;letter-spacing:-.025em}
  .ne-aula-description{font-size:15px;line-height:1.55;margin-top:11px}
  .ne-aula-section-heading{gap:10px;margin-bottom:15px}
  .ne-aula-section-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px}
  .ne-aula-section-icon svg{width:20px;height:20px}
  .ne-aula-section-heading p{font-size:9px;line-height:1.2}
  .ne-aula-section-heading h2{font-size:20px;line-height:1.2}
  .ne-aula-resource-label{font-size:9px;letter-spacing:.1em}
  .ne-aula-resource-item h3{font-size:14px;line-height:1.35}
  .ne-aula-resource-button{font-size:11px;min-height:36px}
  .ne-aula-youtube-button{font-size:14px}
  .ne-aula-related-content-section .ne-aula-section-heading p{font-size:9px}
}

/* Ajuste final solicitado — tipografia mobile 25% menor.
   Mantém a composição, proporções e espaçamentos da versão aprovada. */
@media (max-width: 767px) {
  .ne-aula-label,
  .ne-aula-category { font-size: 7px; }
  .ne-aula-title { font-size: clamp(21px, 6.15vw, 26px); }
  .ne-aula-description { font-size: 11.25px; }
  .ne-aula-section-heading p { font-size: 7px; }
  .ne-aula-section-heading h2 { font-size: 15px; }
  .ne-aula-resource-label { font-size: 7px; }
  .ne-aula-resource-item h3 { font-size: 10.5px; }
  .ne-aula-resource-button { font-size: 8px; }
  .ne-aula-youtube-button { font-size: 10.5px; }
  .ne-aula-related-content-section .ne-aula-section-heading p { font-size: 7px; }
  .ne-aula-related-grid .ne-card-type { font-size: 5px; }
  .ne-aula-related-grid .ne-card-category { font-size: 5.25px; }
  .ne-aula-related-grid .ne-card-title { font-size: 7.5px; }
  .ne-aula-related-grid .ne-card-link { font-size: 5.25px; }
}

.ne-aula-related-grid .ne-card-media{
  aspect-ratio:16/7.5;
}
.ne-aula-related-grid .ne-card-body{
  padding:10px;
}
.ne-aula-related-grid .ne-card-meta{
  gap:4px;
  margin-bottom:5px;
}
.ne-aula-related-grid .ne-card-type{
  padding:3px 5px;
  font-size:6px;
}
.ne-aula-related-grid .ne-card-category{font-size:7px}
.ne-aula-related-grid .ne-card-title{
  margin-bottom:5px;
  font-size:11px;
  line-height:1.2;
}
.ne-aula-related-grid .ne-card-actions{gap:4px;padding-top:2px}
.ne-aula-related-grid .ne-card-button,
.ne-aula-related-grid .ne-card-link{
  min-height:25px;
  padding:0 7px;
  border-radius:7px;
  font-size:7.5px;
}

@media (max-width:1024px){
  .ne-aula-related-grid{gap:8px}
  .ne-aula-related-grid .ne-card-body{padding:8px}
  .ne-aula-related-grid .ne-card-type{font-size:5.25px;padding:3px 5px}
  .ne-aula-related-grid .ne-card-category{font-size:6px}
  .ne-aula-related-grid .ne-card-title{font-size:9.75px}
  .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-grid .ne-card-link{font-size:6.75px;min-height:22px;padding:0 6px}
}

@media (max-width:767px){
  .ne-aula-related-grid{gap:6px}

  .ne-aula-related-grid .ne-card-media{aspect-ratio:16/6.5}
  .ne-aula-related-grid .ne-card-body{padding:4px}
  .ne-aula-related-grid .ne-card-meta{gap:2px;margin-bottom:3px}
  .ne-aula-related-grid .ne-card-type{font-size:3px;padding:2px 3px;letter-spacing:.04em}
  .ne-aula-related-grid .ne-card-category{font-size:3.5px}
  .ne-aula-related-grid .ne-card-title{font-size:5px;line-height:1.15;margin-bottom:3px}
  .ne-aula-related-grid .ne-card-actions{gap:2px;padding-top:1px}
  .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-grid .ne-card-link{min-height:16px;padding:0 3px;border-radius:5px;font-size:3.5px;gap:2px}
}

/* Ajuste final — Continue a aprender: mobile apenas
   Reduz elementos internos e textos em ~80%, mantendo 2 cards numa única linha. */
@media (max-width:767px){
  .ne-aula-related-grid > :nth-child(n+3){display:none;}
  .ne-aula-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;}

  .ne-aula-related-grid .ne-card-media{aspect-ratio:16/5;}
  .ne-aula-related-grid .ne-card-body{padding:3px;}
  .ne-aula-related-grid .ne-card-meta{gap:2px;margin-bottom:2px;}
  .ne-aula-related-grid .ne-card-type{font-size:2.5px;padding:1px 2px;letter-spacing:.02em;line-height:1.1;}
  .ne-aula-related-grid .ne-card-category{font-size:3px;line-height:1.1;}
  .ne-aula-related-grid .ne-card-title{font-size:4px;line-height:1.1;margin-bottom:2px;}
  .ne-aula-related-grid .ne-card-excerpt{font-size:3px;line-height:1.1;margin:0;max-height:7px;overflow:hidden;}
  .ne-aula-related-grid .ne-card-actions{gap:2px;padding-top:1px;}
  .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-grid .ne-card-link{min-height:14px;padding:0 3px;border-radius:4px;font-size:3px;line-height:1;gap:1px;}
  .ne-aula-related-grid .ne-card-button svg,
  .ne-aula-related-grid .ne-card-link svg{width:7px;height:7px;}
}

/* ==========================================================
   CONTINUE A APRENDER — MOBILE 80% REAL
   Este bloco tem prioridade sobre as regras anteriores.
   Apenas os cards desta secção.
   ========================================================== */
@media (max-width: 767px){
  .ne-aula-related-content-section .ne-aula-related-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:5px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid > *:nth-child(n+3){display:none !important;}

  .ne-aula-related-content-section .ne-aula-related-grid .ne-card{
    width:100% !important;
    min-width:0 !important;
    border-radius:6px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-media{
    aspect-ratio:16/5 !important;
    min-height:0 !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-body{
    padding:2px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-meta{
    display:none !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-title{
    font-size:5px !important;
    line-height:1.05 !important;
    margin:1px 1px 2px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-title a{
    font-size:inherit !important;
    line-height:inherit !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-excerpt{
    display:none !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-actions{
    gap:1px !important;
    padding:0 !important;
    margin:0 !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-button,
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-link{
    min-height:12px !important;
    height:12px !important;
    padding:0 2px !important;
    border-radius:3px !important;
    font-size:3px !important;
    line-height:1 !important;
    gap:1px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-button svg,
  .ne-aula-related-content-section .ne-aula-related-grid .ne-card-link svg{
    width:5px !important;
    height:5px !important;
  }
}


/* ==========================================================
   SEQUÊNCIA DE AULAS — MINI CARDS
   Substitui a lista textual por miniaturas compactas.
   ========================================================== */
.ne-aula-sequence-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:18px;
}
.ne-aula-mini-card{
  display:block;
  min-width:0;
  overflow:hidden;
  text-decoration:none !important;
  color:inherit !important;
  background:#fff;
  border:1px solid rgba(7,21,42,.08);
  border-radius:12px;
  box-shadow:0 7px 20px rgba(7,21,42,.06);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ne-aula-mini-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(7,21,42,.10);
}
.ne-aula-mini-card.is-current{
  border-color:#0bb3e3;
  box-shadow:0 0 0 2px rgba(11,179,227,.12),0 10px 24px rgba(7,21,42,.08);
}
.ne-aula-mini-card-media{
  position:relative;
  display:block;
  aspect-ratio:16/8.5;
  overflow:hidden;
  background:#eef3f7;
}
.ne-aula-mini-card-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.ne-aula-mini-card-placeholder{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  color:#718096;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
}
.ne-aula-mini-card-number,
.ne-aula-mini-card-current{
  position:absolute;
  top:8px;
  left:8px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:25px;
  height:25px;
  padding:0 7px;
  border-radius:7px;
  background:rgba(7,20,38,.88);
  color:#fff;
  font-size:11px;
  font-weight:800;
  line-height:1;
}
.ne-aula-mini-card-current{
  left:auto;
  right:8px;
  background:#0bb3e3;
}
.ne-aula-mini-card-body{
  display:block;
  padding:10px 11px 11px;
}
.ne-aula-mini-card-title{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  min-height:32px;
  color:#071426;
  font-size:12px;
  font-weight:800;
  line-height:1.3;
}
.ne-aula-mini-card-action{
  display:block;
  margin-top:6px;
  color:#0b8fb5;
  font-size:10px;
  font-weight:800;
}

@media (max-width:1024px){
  .ne-aula-sequence-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .ne-aula-mini-card-body{padding:8px}
  .ne-aula-mini-card-title{font-size:11px;min-height:29px}
  .ne-aula-mini-card-action{font-size:9px}
}

@media (max-width:767px){
  .ne-aula-sequence-strip{
    display:flex;
    overflow-x:auto;
    gap:8px;
    margin-right:-12px;
    padding:2px 12px 8px 0;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
  }
  .ne-aula-sequence-strip::-webkit-scrollbar{display:none}
  .ne-aula-mini-card{
    flex:0 0 172px;
    width:172px;
    border-radius:10px;
    scroll-snap-align:start;
  }
  .ne-aula-mini-card-media{aspect-ratio:16/8.5}
  .ne-aula-mini-card-number,
  .ne-aula-mini-card-current{top:6px;left:6px;min-width:22px;height:22px;padding:0 6px;border-radius:6px;font-size:9px}
  .ne-aula-mini-card-current{left:auto;right:6px}
  .ne-aula-mini-card-body{padding:8px}
  .ne-aula-mini-card-title{font-size:10px;line-height:1.25;min-height:25px}
  .ne-aula-mini-card-action{font-size:8px;margin-top:5px}
}

@media (min-width:1025px){
  .ne-aula-related-content-section .ne-aula-related-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:12px;
  }
}

@media (min-width:768px) and (max-width:1024px){
  .ne-aula-related-content-section .ne-aula-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .ne-aula-related-content-section .ne-aula-related-grid > :nth-child(n+3){display:none !important;}
}

@media (max-width:767px){
  .ne-aula-related-content-section .ne-aula-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .ne-aula-related-content-section .ne-aula-related-grid > :nth-child(n+3){display:none !important;}

}

/* Material da Aula: painel interno sem depender de iframe externo. */
.ne-material-preview-dialog{max-width:760px!important}
.ne-material-preview-content{padding:24px}
.ne-material-preview-card{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid #e3eaf0;border-radius:16px;background:#f8fbfd}
.ne-material-preview-card-icon{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:13px;background:#edf8f5;font-size:22px}
.ne-material-preview-card-copy{min-width:0;flex:1}
.ne-material-preview-card-copy h3{margin:0 0 4px;color:#07152a;font-size:17px}
.ne-material-preview-card-copy p{margin:0;color:#667085;font-size:13px;line-height:1.5}
.ne-material-preview-card .ne-aula-resource-button{white-space:nowrap}
.ne-material-recommendations{margin-top:20px;padding-top:20px;border-top:1px solid #e3eaf0}
.ne-material-recommendations-heading{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.ne-material-recommendations-heading>span{font-size:19px}
.ne-material-recommendations-heading p{margin:0 0 2px;color:#08a9dc;font-size:9px;font-weight:900;letter-spacing:.12em}
.ne-material-recommendations-heading h3{margin:0;color:#07152a;font-size:16px}
.ne-material-recommendations-list{display:grid;gap:9px}
.ne-material-recommendation-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #e3eaf0;border-radius:11px;background:#fff;color:#07152a!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.ne-material-recommendation-link:hover{transform:translateY(-1px);box-shadow:0 8px 18px rgba(7,21,42,.08);border-color:#b9dce8}
.ne-material-preview-download{font-weight:800}
@media (max-width:767px){
  .ne-material-preview-content{padding:16px}
  .ne-material-preview-card{align-items:flex-start;flex-wrap:wrap}
  .ne-material-preview-card-copy{flex-basis:calc(100% - 62px)}
  .ne-material-preview-card .ne-aula-resource-button{width:100%;box-sizing:border-box}
}

/* Curso completo / playlist do YouTube */
.ne-aula-playlist-section{margin-top:28px;}
.ne-aula-course-list{display:flex;flex-direction:column;gap:10px;margin:18px 0;}
.ne-aula-course-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease;}
.ne-aula-course-item:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,23,42,.08);border-color:#38bdf8;}
.ne-aula-course-number{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#eff6ff;color:#0284c7;font-weight:800;}
.ne-aula-course-title{color:#0f172a;font-weight:700;line-height:1.35;}
.ne-aula-course-action{color:#0284c7;font-weight:700;white-space:nowrap;}
@media (max-width:700px){.ne-aula-course-item{grid-template-columns:38px 1fr;}.ne-aula-course-action{grid-column:2;}.ne-aula-course-number{width:34px;height:34px;}}

.ne-aula-playlist-intro{color:#667085;line-height:1.6;margin:0 0 16px;}
.ne-aula-playlist-frame{margin-top:0;}
@media (max-width:767px){
  .ne-aula-playlist-intro{font-size:14px;}
}

/* Cursos automáticos: preserva os cards existentes e apenas acrescenta o visual da página de Curso. */
.ne-course-page-list{margin-top:28px;padding-top:10px}
.ne-course-page-list .ne-aula-section-heading{margin-bottom:12px}
.ne-auto-course-list .ne-aula-course-item{cursor:pointer}
.ne-auto-course-list .ne-aula-course-item:hover{transform:translateY(-1px)}
.ne-course-empty{padding:18px;border:1px dashed #d7dee7;border-radius:14px;color:#667085;background:#fafafa}

/* ==========================================================
   V21 — Personalização visual dos Cursos na página Aulas
   Apenas apresentação: não altera a lógica dos Cursos/Aulas.
   ========================================================== */
.ne-cursos-page-list{
  display:grid;
  gap:28px;
  margin:28px 0;
}
.ne-course-card{
  overflow:hidden;
  border:1px solid #e4eaf0;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 30px rgba(7,21,42,.07);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ne-course-card:hover{
  transform:translateY(-2px);
  border-color:#cfe4ec;
  box-shadow:0 16px 38px rgba(7,21,42,.10);
}
.ne-course-card-media{
  display:block;
  aspect-ratio:16/6.5;
  overflow:hidden;
  background:#eef4f7;
}
.ne-course-card-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}
.ne-course-card:hover .ne-course-card-media img{transform:scale(1.025)}
.ne-course-card-body{padding:24px 24px 22px}
.ne-course-card-body .ne-card-meta{margin-bottom:8px}
.ne-course-card-body .ne-card-type{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 10px;
  border-radius:999px;
  background:#eef9fc;
  color:#078db5;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ne-course-card-title{margin:0;font-size:26px;line-height:1.2}
.ne-course-card-title a{color:#07152a!important;text-decoration:none!important}
.ne-course-card-excerpt{margin:9px 0 0;color:#667085;font-size:14px;line-height:1.6;max-width:760px}
.ne-course-card-count{
  display:inline-flex;
  align-items:center;
  margin:16px 0 10px;
  padding:7px 11px;
  border-radius:9px;
  background:#f5f8fa;
  color:#475467;
  font-size:12px;
  font-weight:800;
}
.ne-course-card-lessons{
  display:grid;
  gap:8px;
  margin-top:4px;
}
.ne-course-card .ne-aula-course-item{
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  min-height:58px;
  box-sizing:border-box;
  padding:9px 12px 9px 9px;
  border:1px solid #e8edf2;
  border-radius:12px;
  background:#fbfcfd;
  color:#07152a!important;
}
.ne-course-card .ne-aula-course-item:hover{
  background:#f5fbfd;
  border-color:#bfe0ea;
  transform:none;
  box-shadow:none;
}
.ne-course-card .ne-aula-course-number{
  width:38px;
  height:38px;
  border-radius:10px;
  background:#eaf8fc;
  color:#078db5;
  font-size:13px;
}
.ne-course-card .ne-aula-course-title{
  min-width:0;
  color:#172033;
  font-size:14px;
  font-weight:750;
  line-height:1.35;
}
.ne-course-card .ne-aula-course-action{
  padding-left:10px;
  color:#078db5;
  font-size:12px;
  font-weight:800;
}
.ne-course-card-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:10px;
  margin-top:16px;
  padding-top:16px;
  border-top:1px solid #edf1f4;
}
.ne-course-card-actions .ne-card-button{
  min-height:42px;
  padding:0 17px;
  border-radius:10px;
}
.ne-course-card-actions .ne-card-link{
  font-size:13px;
  font-weight:800;
}
.ne-course-page-list .ne-aula-section-heading{
  margin-bottom:18px;
}
.ne-course-page-list .ne-aula-section-heading h2{margin-bottom:0}

@media (max-width:767px){
  .ne-cursos-page-list{gap:18px;margin:20px 0}
  .ne-course-card{border-radius:17px}
  .ne-course-card-media{aspect-ratio:16/8}
  .ne-course-card-body{padding:18px 15px 16px}
  .ne-course-card-title{font-size:21px}
  .ne-course-card-excerpt{font-size:13px}
  .ne-course-card .ne-aula-course-item{
    grid-template-columns:34px minmax(0,1fr);
    gap:9px;
    min-height:54px;
    padding:8px 9px 8px 8px;
  }
  .ne-course-card .ne-aula-course-number{width:34px;height:34px;font-size:12px}
  .ne-course-card .ne-aula-course-title{font-size:13px}
  .ne-course-card .ne-aula-course-action{
    grid-column:2;
    padding-left:0;
    margin-top:-4px;
    font-size:11px;
  }
  .ne-course-card-actions{align-items:stretch;flex-direction:column}
  .ne-course-card-actions .ne-card-button{width:100%;justify-content:center;text-align:center}
  .ne-course-card-actions .ne-card-link{padding:4px 0}
}

/* =========================================================
   CATEGORIAS — PERSONALIZAÇÃO VISUAL V22
   Apenas apresentação: nenhuma lógica ou funcionalidade é alterada.
   ========================================================= */
.ne-categorias-pagina {
    max-width: 1180px;
    margin: 0 auto;
    padding: 8px 0 40px;
}

.ne-categorias-pagina > h1 {
    margin: 0 0 28px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.ne-categorias {
    gap: 22px !important;
}

.ne-categorias > a {
    position: relative;
    min-height: 150px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    box-sizing: border-box;
    padding: 28px !important;
    border: 1px solid rgba(16,28,48,.08) !important;
    border-radius: 24px !important;
    background: linear-gradient(145deg,#ffffff 0%,#f7fafc 100%) !important;
    box-shadow: 0 12px 32px rgba(9,20,36,.07) !important;
    color: #0a1422 !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ne-categorias > a::before {
    content: '';
    position: absolute;
    width: 105px;
    height: 105px;
    top: -38px;
    right: -28px;
    border-radius: 50%;
    background: rgba(8,172,235,.09);
    transition: transform .25s ease;
}

.ne-categorias > a::after {
    content: '→';
    position: absolute;
    top: 22px;
    right: 24px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255,255,255,.82);
    box-shadow: 0 5px 14px rgba(9,20,36,.08);
    color: #08aceb;
    font-size: 18px;
    font-weight: 800;
}

.ne-categorias > a:hover {
    transform: translateY(-5px);
    border-color: rgba(8,172,235,.28) !important;
    box-shadow: 0 20px 42px rgba(9,20,36,.12) !important;
}

.ne-categorias > a:hover::before {
    transform: scale(1.25);
}

.ne-categorias > a strong {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.ne-categorias > a span {
    position: relative;
    z-index: 1;
    margin-top: 9px !important;
    color: #718092 !important;
    font-size: 13px;
    font-weight: 600;
}

/* Página interna de categoria */
.ne-categoria-pagina {
    max-width: 1180px;
    margin: 0 auto;
    padding: 8px 0 48px;
}

.ne-categoria-pagina > p:first-child {
    margin: 0 0 24px;
}

.ne-categoria-pagina > p:first-child a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 10px;
    background: #f4f7f9;
    color: #536578;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.ne-categoria-pagina > p:first-child a:hover {
    background: #eaf1f5;
    transform: translateX(-2px);
}

.ne-categoria-pagina > h1 {
    margin: 0;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -.035em;
    font-weight: 800;
}

.ne-categoria-pagina .ne-category-description {
    max-width: 720px;
    margin: 14px 0 34px;
    color: #68788a;
    font-size: 16px;
    line-height: 1.7;
}

.ne-categoria-pagina .ne-related-section {
    margin-top: 38px;
    padding-top: 30px;
    border-top: 1px solid rgba(16,28,48,.08);
}

.ne-categoria-pagina .ne-section-heading {
    margin-bottom: 20px;
}

.ne-categoria-pagina .ne-section-heading h2 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .ne-categorias-pagina,
    .ne-categoria-pagina {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ne-categorias > a {
        min-height: 132px;
        padding: 23px !important;
        border-radius: 20px !important;
    }

    .ne-categorias > a strong {
        font-size: 18px;
    }

    .ne-categoria-pagina .ne-category-description {
        font-size: 15px;
        margin-bottom: 26px;
    }
}

/* V23 — cards de categorias inspirados no layout de referência */
.ne-categorias {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px !important;
    align-items:stretch;
}
.ne-categoria-card {
    position:relative;
    display:flex !important;
    flex-direction:column;
    min-width:0;
    overflow:hidden;
    text-decoration:none !important;
    color:#101c30 !important;
    background:#fff !important;
    border:1px solid #dfe7ef !important;
    border-radius:20px !important;
    box-shadow:0 8px 24px rgba(9,20,36,.045) !important;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ne-categoria-card:hover { transform:translateY(-5px); border-color:#0aaeea !important; box-shadow:0 18px 40px rgba(9,20,36,.12) !important; }
.ne-categoria-media { position:relative; height:174px; overflow:hidden; background:linear-gradient(135deg,#06111f,#0b2038); }
.ne-categoria-media img { width:100%; height:100%; object-fit:cover; display:block; transition:transform .35s ease; }
.ne-categoria-card:hover .ne-categoria-media img { transform:scale(1.035); }
.ne-categoria-image-placeholder { width:100%; height:100%; background:radial-gradient(circle at 70% 25%,rgba(15,174,235,.28),transparent 35%),linear-gradient(135deg,#06111f,#102b49); }
.ne-categoria-icon { position:absolute; top:148px; left:22px; width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:#071426; border:1px solid #0aaeea; box-shadow:0 8px 20px rgba(0,0,0,.18); z-index:2; }
.ne-cat-icon { position:relative; width:25px; height:25px; display:block; color:#0aaeea; }
.ne-cat-icon::before,.ne-cat-icon::after { content:''; position:absolute; box-sizing:border-box; }
.ne-cat-icon-negocios-online::before { left:2px; top:5px; width:20px; height:15px; border:2px solid currentColor; border-radius:2px; }
.ne-cat-icon-negocios-online::after { left:8px; bottom:1px; width:10px; height:2px; background:currentColor; box-shadow:3px -3px 0 -0.5px currentColor; }
.ne-cat-icon-importacao::before { left:4px; top:5px; width:17px; height:15px; border:2px solid currentColor; transform:skewY(-8deg); }
.ne-cat-icon-importacao::after { left:8px; top:1px; width:9px; height:9px; border-left:2px solid currentColor; border-bottom:2px solid currentColor; transform:rotate(-45deg); }
.ne-cat-icon-inteligencia-artificial::before { left:4px; top:3px; width:17px; height:19px; border:2px solid currentColor; border-radius:45% 45% 50% 50%; }
.ne-cat-icon-inteligencia-artificial::after { left:10px; top:9px; width:5px; height:5px; border:2px solid currentColor; border-radius:50%; box-shadow:-6px 2px 0 -1px currentColor,6px 2px 0 -1px currentColor; }
.ne-cat-icon-investimentos::before { left:3px; bottom:4px; width:19px; height:13px; border-left:2px solid currentColor; border-bottom:2px solid currentColor; transform:skewY(-18deg); }
.ne-cat-icon-investimentos::after { content:'$'; left:8px; top:0; font:700 21px/1 Arial,sans-serif; color:currentColor; }
.ne-categoria-count { position:absolute; top:155px; right:18px; z-index:2; padding:8px 12px; border-radius:999px; background:rgba(7,20,38,.86); color:#fff; font-size:12px; font-weight:700; }
.ne-categoria-body { padding:50px 20px 20px; display:flex; flex:1; flex-direction:column; }
.ne-categoria-body strong { font-size:21px; line-height:1.2; letter-spacing:-.02em; }
.ne-categoria-body p { margin:12px 0 18px; min-height:68px; color:#66758a; font-size:14px; line-height:1.65; }
.ne-categoria-button { margin-top:auto; display:flex; align-items:center; justify-content:center; gap:9px; min-height:46px; padding:0 16px; border-radius:11px; background:#08aceb; color:#fff; font-size:14px; font-weight:800; box-shadow:0 7px 16px rgba(8,172,235,.2); }
.ne-categoria-button b { font-size:18px; line-height:1; }
@media (max-width: 1024px) { .ne-categorias { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) { .ne-categorias { grid-template-columns:1fr; gap:16px !important; } .ne-categoria-media { height:190px; } .ne-categoria-icon { top:164px; } .ne-categoria-count { top:171px; } .ne-categoria-body { padding-top:52px; } }

/* ==========================================================
   V24 — Refinamento visual dos cards de Categorias
   Apenas apresentação: não altera a lógica nem os dados.
   ========================================================== */
.ne-categorias {
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:20px !important;
    align-items:stretch !important;
}
.ne-categoria-card {
    position:relative !important;
    min-height:480px !important;
    height:100% !important;
    padding:14px !important;
    box-sizing:border-box !important;
    border:1px solid #dce6ef !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 8px 26px rgba(9,20,36,.055) !important;
    overflow:hidden !important;
    color:#101c30 !important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease !important;
}
.ne-categoria-card:hover {
    transform:translateY(-5px) !important;
    border-color:#0aaeea !important;
    box-shadow:0 18px 38px rgba(9,20,36,.12) !important;
}
.ne-categoria-media {
    position:relative !important;
    width:100% !important;
    height:174px !important;
    margin:0 !important;
    border-radius:15px !important;
    overflow:hidden !important;
    background:#071426 !important;
}
.ne-categoria-media img {
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    display:block !important;
    transition:transform .35s ease !important;
}
.ne-categoria-card:hover .ne-categoria-media img {
    transform:scale(1.035) !important;
}
.ne-categoria-image-placeholder {
    width:100% !important;
    height:100% !important;
    background:radial-gradient(circle at 70% 25%,rgba(10,174,234,.32),transparent 36%),linear-gradient(135deg,#06111f,#102b49) !important;
}
.ne-categoria-icon {
    position:absolute !important;
    top:154px !important;
    left:28px !important;
    width:58px !important;
    height:58px !important;
    display:grid !important;
    place-items:center !important;
    border-radius:50% !important;
    background:#071426 !important;
    border:1px solid #0aaeea !important;
    box-shadow:0 8px 20px rgba(0,0,0,.20) !important;
    z-index:4 !important;
}
.ne-cat-icon {
    position:relative !important;
    width:25px !important;
    height:25px !important;
    display:block !important;
    color:#0aaeea !important;
}
.ne-categoria-count {
    position:absolute !important;
    top:170px !important;
    right:28px !important;
    z-index:4 !important;
    display:inline-flex !important;
    align-items:center !important;
    min-height:32px !important;
    box-sizing:border-box !important;
    padding:7px 11px !important;
    border-radius:999px !important;
    background:#071426 !important;
    color:#fff !important;
    font-size:11px !important;
    line-height:1 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    box-shadow:0 5px 14px rgba(7,20,38,.16) !important;
}
.ne-categoria-body {
    min-width:0 !important;
    padding:54px 14px 8px !important;
    display:flex !important;
    flex:1 1 auto !important;
    flex-direction:column !important;
    box-sizing:border-box !important;
}
.ne-categoria-body strong {
    display:block !important;
    margin:0 !important;
    color:#101c30 !important;
    font-size:21px !important;
    line-height:1.2 !important;
    letter-spacing:-.02em !important;
}
.ne-categoria-body p {
    margin:12px 0 22px !important;
    min-height:72px !important;
    color:#66758a !important;
    font-size:14px !important;
    line-height:1.62 !important;
}
.ne-categoria-button {
    margin-top:auto !important;
    width:100% !important;
    min-height:46px !important;
    box-sizing:border-box !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:9px !important;
    padding:0 16px !important;
    border-radius:11px !important;
    background:#08aceb !important;
    color:#fff !important;
    font-size:14px !important;
    line-height:1 !important;
    font-weight:800 !important;
    box-shadow:0 8px 18px rgba(8,172,235,.20) !important;
    transition:background .2s ease,transform .2s ease,box-shadow .2s ease !important;
}
.ne-categoria-card:hover .ne-categoria-button {
    background:#079ed7 !important;
    box-shadow:0 10px 22px rgba(8,172,235,.25) !important;
}
.ne-categoria-button b {
    font-size:17px !important;
    line-height:1 !important;
}
@media (max-width:1100px) {
    .ne-categorias { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}
@media (max-width:640px) {
    .ne-categorias { grid-template-columns:1fr !important; gap:16px !important; }
    .ne-categoria-card { min-height:455px !important; }
    .ne-categoria-media { height:190px !important; }
    .ne-categoria-icon { top:170px !important; left:26px !important; }
    .ne-categoria-count { top:186px !important; right:26px !important; }
    .ne-categoria-body { padding:54px 14px 8px !important; }
}

/* ==========================================================
   V25 — Acabamento final dos cards de Categorias
   Apenas apresentação visual.
   ========================================================== */
.ne-categoria-button,
.ne-categoria-button:visited,
.ne-categoria-button:hover,
.ne-categoria-button:focus,
.ne-categoria-button:active,
.ne-categoria-button b,
.ne-categoria-button span {
    color:#ffffff !important;
    text-decoration:none !important;
}
.ne-categoria-button {
    position:relative !important;
    z-index:5 !important;
    background:#08aceb !important;
    border:0 !important;
    text-shadow:none !important;
    -webkit-text-fill-color:#ffffff !important;
}
.ne-categoria-button:hover,
.ne-categoria-button:focus {
    background:#079ed7 !important;
    color:#ffffff !important;
}
.ne-categoria-button b {
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
}
.ne-categoria-body {
    padding-bottom:18px !important;
}
.ne-categoria-body p {
    margin-bottom:24px !important;
}
@media (max-width:640px) {
    .ne-categoria-card { min-height:450px !important; }
    .ne-categoria-body { padding-bottom:16px !important; }
}

/* ==========================================================
   V26 — Alinhamento do conteúdo dos cards de Categorias
   Apenas apresentação visual.
   ========================================================== */
.ne-categoria-card {
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}
.ne-categoria-media {
    flex:0 0 174px !important;
}
.ne-categoria-body {
    flex:1 1 auto !important;
    min-height:0 !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
}
.ne-categoria-body p {
    flex:0 0 auto !important;
}
.ne-categoria-button {
    margin-top:auto !important;
    flex:0 0 46px !important;
}
@media (max-width:640px) {
    .ne-categoria-media { flex-basis:190px !important; }
}

/* ==========================================================
   V28 — Conteúdos da categoria na mesma página
   Clique no botão -> carrega os conteúdos -> scroll suave.
   ========================================================== */
.ne-categoria-resultados {
    max-width:1180px;
    margin:34px auto 0;
    scroll-margin-top:110px;
    min-height:0;
}
.ne-categoria-resultados:empty { display:none; }
.ne-categoria-resultados.is-loading { display:block; }
.ne-categoria-resultados-inner {
    padding:30px 0 10px;
    border-top:1px solid rgba(16,28,48,.10);
    animation:neCategoriaReveal .55s ease both;
}
.ne-categoria-resultados-heading {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:22px;
}
.ne-categoria-resultados-heading p {
    margin:0 0 5px;
    color:#08aceb;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.ne-categoria-resultados-heading h2 {
    margin:0;
    color:#101c30;
    font-size:clamp(26px,3vw,36px);
    line-height:1.1;
    letter-spacing:-.03em;
}
.ne-categoria-resultados-heading > span {
    flex:0 0 auto;
    padding:8px 13px;
    border-radius:999px;
    background:#071426;
    color:#fff;
    font-size:12px;
    font-weight:800;
}
.ne-categoria-conteudos-grid {
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:22px !important;
}
.ne-categoria-loading {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:180px;
    padding:30px;
    border:1px solid #dfe7ef;
    border-radius:20px;
    background:linear-gradient(145deg,#fff,#f7fafc);
    box-shadow:0 10px 28px rgba(9,20,36,.06);
    animation:neCategoriaReveal .35s ease both;
}
.ne-categoria-loading span {
    width:30px;
    height:30px;
    border:3px solid rgba(8,172,235,.18);
    border-top-color:#08aceb;
    border-radius:50%;
    animation:neCategoriaSpin .75s linear infinite;
}
.ne-categoria-loading strong { color:#101c30; font-size:16px; }
.ne-categoria-loading small { color:#718092; font-size:13px; }
.ne-categoria-empty {
    margin-top:6px;
    padding:42px 28px;
    text-align:center;
    border:1px solid #dfe7ef;
    border-radius:24px;
    background:linear-gradient(145deg,#fff,#f7fafc);
    box-shadow:0 12px 32px rgba(9,20,36,.06);
    animation:neCategoriaReveal .55s ease both;
}
.ne-categoria-empty-icon {
    width:54px;
    height:54px;
    margin:0 auto 14px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#071426;
    color:#08aceb;
    font-size:23px;
    box-shadow:0 8px 20px rgba(7,20,38,.14);
}
.ne-categoria-empty-kicker {
    margin:0 0 7px;
    color:#08aceb;
    font-size:12px;
    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}
.ne-categoria-empty h2 {
    max-width:680px;
    margin:0 auto 10px;
    color:#101c30;
    font-size:clamp(23px,3vw,32px);
    line-height:1.15;
    letter-spacing:-.025em;
}
.ne-categoria-empty > p:not(.ne-categoria-empty-kicker) {
    max-width:620px;
    margin:0 auto 24px;
    color:#68788a;
    font-size:15px;
    line-height:1.65;
}
.ne-categoria-suggestion {
    max-width:430px;
    margin:0 auto;
    padding:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:5px;
    border:1px solid rgba(8,172,235,.18);
    border-radius:18px;
    background:rgba(8,172,235,.045);
}
.ne-categoria-suggestion > span {
    color:#66758a;
    font-size:12px;
    font-weight:700;
}
.ne-categoria-suggestion > strong { color:#101c30; font-size:19px; }
.ne-categoria-suggestion > small { color:#718092; font-size:12px; margin-bottom:8px; }
.ne-categoria-suggestion-button {
    text-decoration:none !important;
    width:auto !important;
    min-width:210px;
    margin-top:4px !important;
}
.ne-categoria-button.is-active {
    box-shadow:0 0 0 3px rgba(8,172,235,.16),0 10px 22px rgba(8,172,235,.25) !important;
}
@keyframes neCategoriaSpin { to { transform:rotate(360deg); } }
@keyframes neCategoriaReveal {
    from { opacity:0; transform:translateY(18px); }
    to { opacity:1; transform:translateY(0); }
}
@media (max-width:1024px) {
    .ne-categoria-conteudos-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:640px) {
    .ne-categoria-resultados { margin-top:26px; scroll-margin-top:85px; }
    .ne-categoria-resultados-inner { padding-top:24px; }
    .ne-categoria-resultados-heading { align-items:flex-start; flex-direction:column; gap:10px; }
    .ne-categoria-conteudos-grid { grid-template-columns:1fr; gap:16px !important; }
    .ne-categoria-empty { padding:32px 18px; }
}

/* ==========================================================
   PESQUISA GLOBAL — ÍCONES HTML/CSS, SEM IMAGENS EXTERNAS
   ========================================================== */
.ne-pesquisa{max-width:1180px;margin:0 auto;padding:20px 0 64px;color:#101c30}
.ne-pesquisa-form{margin-bottom:42px}
.ne-pesquisa-input-wrap{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid rgba(16,28,48,.10);border-radius:22px;background:#fff;box-shadow:0 18px 50px rgba(16,28,48,.09);transition:.25s ease}
.ne-pesquisa-input-wrap:focus-within{border-color:rgba(8,172,235,.45);box-shadow:0 20px 55px rgba(8,172,235,.13),0 0 0 4px rgba(8,172,235,.06)}
.ne-pesquisa-input-wrap .ne-search-icon{position:relative;width:22px;height:22px;flex:0 0 22px;margin-left:12px;border:2px solid #08aceb;border-radius:50%;box-sizing:border-box}
.ne-pesquisa-input-wrap .ne-search-icon:after{content:"";position:absolute;width:8px;height:2px;right:-6px;bottom:0;background:#08aceb;transform:rotate(45deg);border-radius:2px}
.ne-pesquisa-input-wrap input{min-width:0;flex:1;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:17px;color:#101c30;padding:14px 4px}
.ne-pesquisa-input-wrap input::placeholder{color:#8794a5}
.ne-pesquisa-input-wrap button{border:0;border-radius:15px;background:#08aceb;color:#fff!important;padding:14px 25px;font-weight:850;cursor:pointer;box-shadow:0 8px 18px rgba(8,172,235,.20);transition:.2s ease}
.ne-pesquisa-input-wrap button:hover{transform:translateY(-1px);box-shadow:0 11px 22px rgba(8,172,235,.25)}
.ne-pesquisa-filtros{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}
.ne-pesquisa-filtro{display:inline-flex;align-items:center;gap:8px;padding:10px 15px;border:1px solid rgba(16,28,48,.09);border-radius:999px;background:#fff;color:#526176!important;text-decoration:none!important;font-size:13px;font-weight:800;transition:.2s ease;box-shadow:0 4px 14px rgba(16,28,48,.04)}
.ne-pesquisa-filtro:hover,.ne-pesquisa-filtro.is-active{background:#071426;color:#fff!important;border-color:#071426;transform:translateY(-1px);box-shadow:0 8px 20px rgba(7,20,38,.12)}
.ne-pesquisa-filtro-icon{position:relative;display:inline-block;width:17px;height:17px;flex:0 0 17px;color:currentColor}
.ne-icon:before,.ne-icon:after{content:"";position:absolute;display:block;box-sizing:border-box}
.ne-icon-todos:before{width:12px;height:12px;border:2px solid currentColor;border-radius:50%;left:1px;top:1px}.ne-icon-todos:after{width:6px;height:2px;background:currentColor;transform:rotate(45deg);right:-1px;bottom:1px;border-radius:2px}
.ne-icon-aula:before{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid currentColor;left:4px;top:2px}
.ne-icon-projeto:before{width:13px;height:9px;border:2px solid currentColor;border-radius:3px;left:1px;top:5px}.ne-icon-projeto:after{width:5px;height:3px;border:2px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0;left:5px;top:2px}
.ne-icon-ferramenta:before{width:13px;height:5px;border:2px solid currentColor;border-radius:4px;left:2px;top:6px;transform:rotate(-45deg)}.ne-icon-ferramenta:after{width:5px;height:2px;background:currentColor;left:0;top:13px;transform:rotate(-45deg);border-radius:2px}
.ne-icon-curso:before{width:13px;height:10px;border:2px solid currentColor;border-radius:2px;left:2px;top:4px}.ne-icon-curso:after{width:7px;height:3px;border:2px solid currentColor;border-bottom:0;border-radius:3px 3px 0 0;left:5px;top:1px}
.ne-pesquisa-heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:12px 0 30px;padding:22px 24px;border-radius:20px;background:#071426;color:#fff;box-shadow:0 15px 38px rgba(7,20,38,.10)}
.ne-pesquisa-heading p{margin:0 0 6px;color:#08aceb;text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:900}.ne-pesquisa-heading h2{margin:0;font-size:clamp(24px,3vw,34px);line-height:1.1;color:#fff}.ne-pesquisa-heading>span{padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.09);color:#fff;font-size:12px;font-weight:850;white-space:nowrap}
.ne-pesquisa-section{margin-top:34px}.ne-pesquisa-section-title{display:flex;align-items:center;gap:11px;margin-bottom:17px}.ne-pesquisa-section-title h3{margin:0;font-size:21px;color:#101c30}.ne-pesquisa-section-icon{position:relative;display:block;width:38px;height:38px;flex:0 0 38px;border-radius:12px;background:#071426;color:#08aceb}
.ne-pesquisa-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.ne-pesquisa-curso{display:flex;gap:16px;align-items:center;padding:20px;border:1px solid rgba(16,28,48,.08);border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(16,28,48,.06);transition:.22s ease}.ne-pesquisa-curso:hover{transform:translateY(-3px);box-shadow:0 16px 35px rgba(16,28,48,.10)}.ne-pesquisa-curso-icon{position:relative;width:50px;height:50px;flex:0 0 50px;border-radius:15px;background:#071426;color:#08aceb}.ne-pesquisa-curso span{font-size:10px;letter-spacing:.12em;font-weight:900;color:#08aceb}.ne-pesquisa-curso h4{margin:4px 0 8px;font-size:17px;line-height:1.2}.ne-pesquisa-curso a{color:#08aceb!important;text-decoration:none!important;font-size:12px;font-weight:850}.ne-pesquisa-curso a b{font-size:14px}
.ne-pesquisa-vazio,.ne-pesquisa-sem-resultados{text-align:center;padding:62px 20px;border-radius:24px;background:linear-gradient(145deg,#f7fbfd,#eef7fb);border:1px solid rgba(8,172,235,.10)}.ne-pesquisa-big-icon{position:relative;display:block;width:44px;height:44px;margin:0 auto 18px;border:4px solid #08aceb;border-radius:50%}.ne-pesquisa-big-icon:after{content:"";position:absolute;width:14px;height:4px;right:-10px;bottom:1px;background:#08aceb;transform:rotate(45deg);border-radius:4px}.ne-pesquisa-vazio h2,.ne-pesquisa-sem-resultados h2{margin:0 0 8px;font-size:25px;color:#101c30}.ne-pesquisa-vazio p,.ne-pesquisa-sem-resultados p{margin:0;color:#68788a;font-size:14px}
@media(max-width:900px){.ne-pesquisa-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.ne-pesquisa{padding:12px 12px 48px}.ne-pesquisa-input-wrap{flex-wrap:wrap;padding:9px}.ne-pesquisa-input-wrap input{flex-basis:calc(100% - 48px);font-size:16px}.ne-pesquisa-input-wrap button{width:100%}.ne-pesquisa-heading{align-items:flex-start;flex-direction:column;padding:19px}.ne-pesquisa-grid{grid-template-columns:1fr}.ne-pesquisa-filtros{overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.ne-pesquisa-filtro{white-space:nowrap}}

/* ==========================================================
 * V32 — PESQUISA EXPANSÍVEL / INTERAÇÃO AO CLICAR
 * A área de descoberta só aparece quando o campo recebe foco.
 * ========================================================== */
.ne-pesquisa:not(.has-query) .ne-pesquisa-filtros,
.ne-pesquisa:not(.has-query) .ne-pesquisa-vazio{
    max-height:0;
    opacity:0;
    visibility:hidden;
    overflow:hidden;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-bottom:0;
    border-width:0;
    transform:translateY(-12px);
    pointer-events:none;
}
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-filtros{
    max-height:90px;
    opacity:1;
    visibility:visible;
    margin-top:17px;
    overflow:visible;
    transform:translateY(0);
    pointer-events:auto;
}
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio{
    max-height:260px;
    opacity:1;
    visibility:visible;
    margin-top:18px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:hidden;
    transform:translateY(0);
    pointer-events:auto;
}
.ne-pesquisa-filtros,
.ne-pesquisa-vazio{
    transition:max-height .42s cubic-bezier(.2,.8,.2,1),opacity .28s ease,transform .42s cubic-bezier(.2,.8,.2,1),margin .42s ease,padding .42s ease;
}
.ne-pesquisa:not(.has-query) .ne-pesquisa-vazio .ne-pesquisa-big-icon{
    transform:scale(.75);
    opacity:.4;
    transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .3s ease;
}
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio .ne-pesquisa-big-icon{
    transform:scale(1);
    opacity:1;
}
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio h2,
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio p{
    animation:neSearchIntro .45s ease both;
}
.ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio p{animation-delay:.06s}
@keyframes neSearchIntro{
    from{opacity:0;transform:translateY(8px)}
    to{opacity:1;transform:translateY(0)}
}
.ne-pesquisa-input-wrap{position:relative;z-index:3}
.ne-pesquisa-input-wrap input{position:relative;z-index:2}
.ne-pesquisa-input-wrap button{position:relative;z-index:2}
@media(max-width:640px){
    .ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-filtros{max-height:80px}
    .ne-pesquisa.is-search-open:not(.has-query) .ne-pesquisa-vazio{max-height:230px;padding-top:38px;padding-bottom:38px}
}

/* ==========================================================
 * V33 — SEARCH MOBILE + ANIMAÇÕES DE PESQUISA
 * ========================================================== */
.ne-pesquisa-input-wrap button{position:relative;overflow:hidden}
.ne-search-button-loader{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:50%;animation:neSearchSpin .7s linear infinite;vertical-align:middle}
.ne-pesquisa.is-searching .ne-search-button-label{opacity:0}
.ne-pesquisa.is-searching .ne-search-button-loader{display:inline-block}
.ne-pesquisa.is-searching .ne-pesquisa-input-wrap button{pointer-events:none}
@keyframes neSearchSpin{to{transform:rotate(360deg)}}

/* Entrada animada dos resultados após a pesquisa */
.ne-pesquisa.has-query .ne-pesquisa-heading{animation:neSearchResultIn .48s cubic-bezier(.2,.8,.2,1) both}
.ne-pesquisa.has-query .ne-pesquisa-section{animation:neSearchResultIn .52s cubic-bezier(.2,.8,.2,1) both}
.ne-pesquisa.has-query .ne-pesquisa-section:nth-of-type(2){animation-delay:.06s}
.ne-pesquisa.has-query .ne-pesquisa-section:nth-of-type(3){animation-delay:.12s}
.ne-pesquisa.has-query .ne-pesquisa-section:nth-of-type(4){animation-delay:.18s}
.ne-pesquisa.has-query .ne-pesquisa-sem-resultados{animation:neSearchResultIn .52s cubic-bezier(.2,.8,.2,1) both}
@keyframes neSearchResultIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}

.ne-pesquisa-categoria-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;margin-top:22px;padding:13px 18px;border-radius:14px;background:#08aceb;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:850;box-shadow:0 10px 24px rgba(8,172,235,.18);transition:.2s ease}
.ne-pesquisa-categoria-link:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(8,172,235,.24)}
.ne-pesquisa-categoria-link-icon{position:relative;width:17px;height:17px;display:inline-block;border:2px solid currentColor;border-radius:50%}
.ne-pesquisa-categoria-link-icon:after{content:"";position:absolute;width:7px;height:2px;background:currentColor;right:-5px;bottom:0;transform:rotate(45deg);border-radius:2px}

@media(max-width:640px){
    .ne-pesquisa-input-wrap{flex-wrap:nowrap}
    .ne-pesquisa-input-wrap button{width:48px;height:48px;flex:0 0 48px;padding:0;border-radius:14px;font-size:0;display:inline-flex;align-items:center;justify-content:center}
    .ne-search-button-label{display:none}
    .ne-pesquisa-input-wrap button:before{content:"";width:15px;height:15px;border:2px solid #fff;border-radius:50%;display:block;position:relative;box-sizing:border-box}
    .ne-pesquisa-input-wrap button:after{content:"";width:7px;height:2px;background:#fff;display:block;position:absolute;right:13px;bottom:13px;transform:rotate(45deg);border-radius:2px}
    .ne-pesquisa.is-searching .ne-pesquisa-input-wrap button:before{width:16px;height:16px;border-color:rgba(255,255,255,.38);border-top-color:#fff;animation:neSearchSpin .7s linear infinite}
    .ne-pesquisa.is-searching .ne-pesquisa-input-wrap button:after{display:none}
}

/* ==========================================================
   V35 — SISTEMA ÚNICO DE CARDS NOAH ENTHON
   Visual unificado para conteúdos, mantendo a lógica existente.
   Ícones desenhados apenas com HTML + CSS.
   ========================================================== */
.ne-card-unified{
    position:relative;
    display:flex !important;
    flex-direction:column !important;
    min-width:0;
    height:100%;
    overflow:hidden;
    border:1px solid #dce6ef !important;
    border-radius:22px !important;
    background:#fff !important;
    box-shadow:0 8px 26px rgba(9,20,36,.055) !important;
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.ne-card-unified:hover{
    transform:translateY(-5px);
    border-color:#0aaeea !important;
    box-shadow:0 18px 38px rgba(9,20,36,.12) !important;
}
.ne-card-unified .ne-card-media{
    position:relative;
    display:block;
    height:190px;
    overflow:hidden;
    background:linear-gradient(135deg,#06111f,#102b49);
    text-decoration:none;
}
.ne-card-unified .ne-card-media img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}
.ne-card-unified:hover .ne-card-media img{transform:scale(1.035);}
.ne-card-unified .ne-card-media-placeholder{display:flex;align-items:center;justify-content:center;}
.ne-card-unified .ne-card-body{
    display:flex !important;
    flex:1 1 auto !important;
    flex-direction:column !important;
    padding:22px !important;
    min-width:0;
    box-sizing:border-box;
}
.ne-card-unified .ne-card-meta{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
    min-height:24px;
    margin:0 0 11px;
}
.ne-card-unified .ne-card-type{
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 10px;
    border-radius:999px;
    background:#071426;
    color:#fff;
    font-size:11px;
    font-weight:800;
    letter-spacing:.04em;
    text-transform:uppercase;
}
.ne-card-unified .ne-card-category{color:#66758a;font-size:12px;line-height:1.4;}
.ne-card-unified .ne-card-title{margin:0 !important;font-size:21px !important;line-height:1.25 !important;letter-spacing:-.02em;}
.ne-card-unified .ne-card-title a{color:#101c30 !important;text-decoration:none !important;}
.ne-card-unified .ne-card-excerpt{
    margin:12px 0 20px !important;
    min-height:68px;
    color:#66758a !important;
    font-size:14px;
    line-height:1.62;
}
.ne-card-unified .ne-card-actions{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:9px;
}
.ne-card-unified .ne-card-button{
    width:100%;
    min-height:46px;
    box-sizing:border-box;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:0;
    border-radius:11px;
    background:#08aceb;
    color:#fff !important;
    text-decoration:none !important;
    font-size:14px;
    font-weight:800;
    transition:background .2s ease,transform .2s ease,box-shadow .2s ease;
}
.ne-card-unified .ne-card-button:hover{background:#079ed7;color:#fff !important;transform:translateY(-1px);box-shadow:0 9px 20px rgba(8,172,235,.22);}
.ne-card-unified .ne-card-link{color:#66758a !important;text-decoration:none !important;text-align:center;font-size:12px;font-weight:700;}
.ne-card-unified .ne-card-related-mini{margin-top:8px;}

/* Ícones HTML/CSS */
.ne-card-type-icon{
    position:absolute;
    left:22px;
    bottom:22px;
    width:54px;
    height:54px;
    display:grid;
    place-items:center;
    border-radius:50%;
    background:#071426;
    border:1px solid #0aaeea;
    box-shadow:0 8px 20px rgba(0,0,0,.20);
    z-index:3;
}
.ne-card-type-icon::before,.ne-card-type-icon::after{content:"";position:absolute;box-sizing:border-box;color:#0aaeea;}
.ne-card-icon-aula::before{width:20px;height:15px;border:2px solid currentColor;border-radius:3px;left:15px;top:15px;}
.ne-card-icon-aula::after{left:22px;top:18px;border-left:8px solid currentColor;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.ne-card-icon-ferramenta::before{width:22px;height:8px;border:2px solid currentColor;border-radius:3px;left:16px;top:23px;transform:rotate(-45deg);}
.ne-card-icon-ferramenta::after{width:8px;height:8px;border:2px solid currentColor;border-radius:50%;left:14px;top:14px;}
.ne-card-icon-projeto::before{width:21px;height:21px;border:2px solid currentColor;border-radius:4px;left:16px;top:16px;transform:rotate(45deg);}
.ne-card-icon-projeto::after{width:7px;height:7px;background:currentColor;border-radius:50%;left:23px;top:23px;}
.ne-card-icon-curso::before{width:23px;height:13px;border:2px solid currentColor;border-radius:2px;left:15px;top:20px;transform:skewY(-8deg);}
.ne-card-icon-curso::after{width:9px;height:9px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;left:22px;top:12px;transform:rotate(-45deg);}

@media (max-width:1024px){
    .ne-card-unified .ne-card-media{height:185px;}
}
@media (max-width:640px){
    .ne-card-unified .ne-card-media{height:190px;}
    .ne-card-unified .ne-card-body{padding:19px !important;}
    .ne-card-unified .ne-card-title{font-size:20px !important;}
}


/* V36 — HERO PERSONALIZÁVEL DAS PÁGINAS */
.ne-page-hero{margin:0 0 32px;padding:0;}
.ne-page-hero h1{margin:0 0 10px;color:#0a1422;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.02em;}
.ne-page-hero p{max-width:760px;margin:0;color:#687485;font-size:16px;line-height:1.7;}

/* V36 — ÍCONE PERSONALIZÁVEL DOS BOTÕES */
.ne-card-button-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;font-size:1em;min-width:1em;}
.ne-card-button-icon svg{width:1em;height:1em;display:block;fill:none;stroke:currentColor;stroke-width:2;}
.ne-card-button-icon-custom{gap:0;}
.ne-card-button-icon-custom > *{max-width:100%;max-height:100%;}

/* ==========================================================
   AULA V38 — EXPERIÊNCIA ÚNICA DA AULA
   Vídeo + informação + recursos + curso + conteúdo em uma só seção.
   Continue a aprender permanece separado abaixo.
   ========================================================== */
.ne-aula-main-section{
  width:min(1180px,100%);
  margin:0 auto;
  padding:34px;
  background:#fff;
  border:1px solid #e4eaf0;
  border-radius:30px;
  box-shadow:0 14px 40px rgba(6,20,38,.07);
}
.ne-aula-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:34px;
  align-items:start;
}
.ne-aula-main-video{min-width:0}
.ne-aula-main-video .ne-aula-video-frame{
  width:100%;
  margin:0;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(6,20,38,.13);
}
.ne-aula-main-video .ne-aula-youtube-button{margin-top:14px}
.ne-aula-main-info{min-width:0}
.ne-aula-main-info .ne-aula-header{
  margin:0;
  padding:4px 0 0;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:transparent;
}
.ne-aula-main-info .ne-aula-label-row{margin-bottom:15px}
.ne-aula-main-info .ne-aula-title{font-size:clamp(30px,3.5vw,48px)}
.ne-aula-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid #e7edf2;
}
.ne-aula-actions .ne-aula-resource-button{
  flex:1 1 190px;
  min-height:46px;
  border-radius:13px;
  font-size:13px;
}
.ne-aula-inner-section{
  margin-top:34px;
  padding-top:30px;
  border-top:1px solid #e7edf2;
}
.ne-aula-inner-section .ne-aula-section-heading{margin-bottom:18px}
.ne-aula-inner-section.ne-aula-playlist-section{
  margin-top:34px;
  padding:30px 0 0;
  border-top:1px solid #e7edf2;
  border-left:0;
  border-right:0;
  border-bottom:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.ne-aula-inner-section .ne-aula-youtube-button{margin-top:14px}
.ne-aula-main-section .ne-aula-course-list{margin-bottom:0}

@media (max-width:1024px){
  .ne-aula-main-section{
    padding:26px;
    border-radius:26px;
  }
  .ne-aula-main-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .ne-aula-main-info .ne-aula-title{font-size:clamp(30px,5.5vw,46px)}
}

@media (max-width:767px){
  .ne-aula-main-section{
    width:100%;
    padding:18px 16px 22px;
    border-radius:22px;
  }
  .ne-aula-main-grid{gap:20px}
  .ne-aula-main-video .ne-aula-video-frame{border-radius:17px}
  .ne-aula-main-video .ne-aula-youtube-button{width:100%;box-sizing:border-box}
  .ne-aula-main-info .ne-aula-header{padding:0}
  .ne-aula-main-info .ne-aula-title{font-size:clamp(29px,9vw,40px)}
  .ne-aula-main-info .ne-aula-description{font-size:16px}
  .ne-aula-actions{margin-top:20px;padding-top:17px;gap:8px}
  .ne-aula-actions .ne-aula-resource-button{flex:1 1 100%;width:100%;min-height:48px}
  .ne-aula-inner-section,
  .ne-aula-inner-section.ne-aula-playlist-section{
    margin-top:26px;
    padding-top:24px;
  }
}

/* ==========================================================
   V39 — ÍCONES DOS RECURSOS DA AULA
   Ver projeto = olho | Ver material = download
   HTML + CSS puro, sem biblioteca externa.
   ========================================================== */
.ne-aula-resource-button .ne-resource-icon{
  position:relative;
  display:inline-block;
  flex:0 0 auto;
  width:18px;
  height:18px;
  color:currentColor;
}

.ne-resource-eye{
  width:20px !important;
  height:12px !important;
  border:2px solid currentColor;
  border-radius:70% 30% 70% 30%;
  transform:rotate(0deg);
  box-sizing:border-box;
}
.ne-resource-eye::before{
  content:"";
  position:absolute;
  width:5px;
  height:5px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:currentColor;
}

.ne-resource-download::before{
  content:"";
  position:absolute;
  left:7px;
  top:1px;
  width:3px;
  height:10px;
  border-radius:3px;
  background:currentColor;
}
.ne-resource-download::after{
  content:"";
  position:absolute;
  left:3px;
  top:7px;
  width:9px;
  height:9px;
  border-right:3px solid currentColor;
  border-bottom:3px solid currentColor;
  transform:rotate(45deg);
  box-sizing:border-box;
}
.ne-aula-resource-button:hover .ne-resource-eye{
  transform:scale(1.08);
}
.ne-aula-resource-button:hover .ne-resource-download{
  transform:translateY(1px);
}

/* ==========================================================
   V41 — PALETA OFICIAL DAS PÁGINAS INDIVIDUAIS NOAH ENTHON
   Família visual: azul/ciano + azul-marinho + superfícies claras.
   ========================================================== */
:root{
  --ne-primary:#08ACEB;
  --ne-accent:#00D4FF;
  --ne-navy:#071426;
  --ne-deep:#07101C;
  --ne-blue-dark:#101C30;
  --ne-blue-hover:#078FC6;
  --ne-text:#06111F;
  --ne-muted:#66758A;
  --ne-surface:#F8FBFD;
  --ne-white:#FFFFFF;
  --ne-border:rgba(6,17,31,.10);
  --ne-primary-soft:rgba(8,172,235,.10);
  --ne-accent-soft:rgba(0,212,255,.12);
}

/* Aula — mesma identidade cromática, mantendo a experiência clara. */
.ne-aula-main-section{
  background:var(--ne-white);
  border-color:var(--ne-border);
  box-shadow:0 14px 40px rgba(7,20,38,.07);
}
.ne-aula-actions,
.ne-aula-inner-section{
  border-color:rgba(7,20,38,.10);
}
.ne-aula-main-info .ne-aula-title{color:var(--ne-text)}
.ne-aula-main-info .ne-aula-description{color:var(--ne-muted)}
.ne-aula-label{color:var(--ne-primary)}
.ne-aula-category{color:var(--ne-blue-dark)}
.ne-aula-resource-button,
.ne-aula-youtube-button{
  background:linear-gradient(135deg,var(--ne-accent),var(--ne-primary));
}
.ne-aula-resource-button:hover,
.ne-aula-youtube-button:hover{
  box-shadow:0 12px 28px rgba(8,172,235,.22);
}
.ne-aula-course-item:hover{border-color:var(--ne-primary)}
.ne-aula-course-number{background:var(--ne-primary-soft);color:var(--ne-primary)}
.ne-aula-course-action{color:var(--ne-primary)}

/* ==========================================================
   V85 — PROJETO COM A MESMA ESTRUTURA VISUAL DA AULA
   A página individual do Projeto usa a mesma base de layout,
   escala, espaçamento e hierarquia da página individual da Aula.
   As funcionalidades específicas do Projeto permanecem intactas.
   ========================================================== */
.ne-single-project{
  background:#f5f8fb;
  color:var(--ne-text);
  padding:28px 18px 70px;
}
.ne-single-project .ne-project-page-shell{
  width:min(1180px,100%);
  margin:0 auto;
}
.ne-single-project .ne-project-main{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(320px,.78fr);
  gap:34px;
  align-items:start;
  padding:34px;
  background:var(--ne-white);
  border:1px solid var(--ne-border);
  border-radius:30px;
  box-shadow:0 14px 40px rgba(7,20,38,.07);
}
.ne-single-project .ne-project-media{
  position:relative;
  min-width:0;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:22px;
  background:#07111f;
  box-shadow:0 14px 34px rgba(6,20,38,.13);
}
.ne-single-project .ne-project-media > .ne-project-carousel__image,
.ne-single-project .ne-project-media > img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ne-single-project .ne-project-info{
  min-width:0;
  padding:4px 0 0;
}
.ne-single-project .ne-project-meta-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 15px;
  color:var(--ne-muted);
}
.ne-single-project .ne-project-type{
  color:var(--ne-primary);
  font-size:11px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ne-single-project .ne-project-category{
  color:var(--ne-blue-dark);
  font-size:11px;
  line-height:1.2;
  font-weight:700;
}
.ne-single-project .ne-project-meta-separator{
  color:#9aa8b8;
  font-size:11px;
}
.ne-single-project .ne-project-title{
  margin:0;
  color:var(--ne-text);
  font-size:clamp(30px,3.5vw,48px);
  line-height:1.06;
  letter-spacing:-.035em;
}
.ne-single-project .ne-project-description{
  margin:16px 0 0;
  color:var(--ne-muted);
  font-size:16px;
  line-height:1.55;
}
.ne-single-project .ne-project-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0;
  margin:22px 0 0;
  padding-top:18px;
  border-top:1px solid #e7edf2;
  font-size:13px;
  line-height:1.2;
}
.ne-single-project .ne-project-actions .ne-project-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:32px;
  padding:0 10px;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--ne-text);
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  box-shadow:none;
  transition:color .2s ease,transform .2s ease;
}
.ne-single-project .ne-project-actions .ne-project-action:first-child{padding-left:0;}
.ne-single-project .ne-project-actions .ne-project-action + .ne-project-action::before{
  content:"|";
  margin-right:10px;
  color:#9aa8b8;
  font-weight:400;
}
.ne-single-project .ne-project-actions .ne-project-action:hover{
  color:var(--ne-primary);
  transform:translateY(-1px);
}
.ne-single-project .ne-project-action-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:17px;
  height:17px;
  flex:0 0 17px;
}
.ne-single-project .ne-project-action-icon svg{
  display:block;
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ne-single-project .ne-project-content,
.ne-single-project .ne-project-learning,
.ne-single-project .ne-project-related{
  grid-column:1 / -1;
  min-width:0;
}
.ne-single-project .ne-project-content{
  margin-top:0;
  padding-top:30px;
  border-top:1px solid #e7edf2;
}
.ne-single-project .ne-project-divider{display:none;}
.ne-single-project .ne-project-section-heading{margin:0 0 18px;}
.ne-single-project .ne-project-section-kicker{
  display:block;
  margin:0 0 5px;
  color:var(--ne-primary);
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.12em;
}
.ne-single-project .ne-project-section-heading h2,
.ne-single-project .ne-project-learning h2{
  margin:0;
  color:var(--ne-text);
  font-size:20px;
  line-height:1.18;
  letter-spacing:-.015em;
}
.ne-single-project .ne-project-editor{
  color:#33485d;
  font-size:15px;
  line-height:1.65;
}
.ne-single-project .ne-project-editor > *:first-child{margin-top:0;}
.ne-single-project .ne-project-editor > *:last-child{margin-bottom:0;}
.ne-single-project .ne-project-editor img{max-width:100%;height:auto;}
.ne-single-project .ne-project-learning{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding-top:30px;
  border-top:1px solid #e7edf2;
}
.ne-single-project .ne-project-learning p{
  margin:7px 0 0;
  color:var(--ne-muted);
  font-size:14px;
  line-height:1.55;
}
.ne-single-project .ne-project-learning .ne-project-action--primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex:0 0 auto;
  min-height:48px;
  padding:0 20px;
  border:0;
  border-radius:14px;
  background:linear-gradient(135deg,var(--ne-accent),var(--ne-primary));
  color:#fff!important;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 9px 24px rgba(8,172,235,.18);
  transition:transform .2s ease,box-shadow .2s ease;
}
.ne-single-project .ne-project-learning .ne-project-action--primary:hover{
  transform:translateY(-2px);
  box-shadow:0 13px 30px rgba(8,172,235,.25);
}
.ne-single-project .ne-project-related{
  padding-top:30px;
  border-top:1px solid #e7edf2;
}
.ne-single-project .ne-project-related-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.ne-single-project .ne-project-placeholder{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:100%;
  color:#fff;
  background:linear-gradient(135deg,#07111f,#17334e);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
}

@media (max-width:1024px){
  .ne-single-project .ne-project-main{
    grid-template-columns:1fr;
    gap:24px;
    padding:26px;
    border-radius:26px;
  }
  .ne-single-project .ne-project-related-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .ne-single-project .ne-project-title{font-size:clamp(30px,5.5vw,46px);}
}

@media (max-width:767px){
  .ne-single-project{
    padding:22px 12px 50px;
  }
  .ne-single-project .ne-project-main{
    width:100%;
    padding:18px 16px 22px;
    border-radius:22px;
  }
  .ne-single-project .ne-project-media{border-radius:17px;}
  .ne-single-project .ne-project-info{padding:0;}
  .ne-single-project .ne-project-title{font-size:clamp(29px,9vw,40px);}
  .ne-single-project .ne-project-description{font-size:16px;}
  .ne-single-project .ne-project-actions{
    margin-top:20px;
    padding-top:17px;
    font-size:13px;
    white-space:nowrap;
  }
  .ne-single-project .ne-project-actions .ne-project-action{font-size:13px;padding-right:8px;}
  .ne-single-project .ne-project-actions .ne-project-action + .ne-project-action::before{margin-right:8px;}
  .ne-single-project .ne-project-content,
  .ne-single-project .ne-project-learning,
  .ne-single-project .ne-project-related{
    padding-top:24px;
  }
  .ne-single-project .ne-project-learning{
    align-items:stretch;
    flex-direction:column;
    gap:16px;
  }
  .ne-single-project .ne-project-learning .ne-project-action--primary{width:100%;box-sizing:border-box;}
  .ne-single-project .ne-project-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
}

.ne-project-carousel{position:relative;isolation:isolate;}
.ne-project-carousel__viewport{position:absolute;inset:0;overflow:hidden;}
.ne-project-carousel__track{display:flex;width:100%;height:100%;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform;}
.ne-project-carousel__slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden;background:#0b1626;}
.ne-project-carousel__image{width:100%!important;height:100%!important;display:block;object-fit:cover;object-position:center;transition:transform .7s ease,opacity .4s ease;}
.ne-project-carousel__slide.is-active .ne-project-carousel__image{transform:scale(1.015);}
.ne-project-carousel__nav{position:absolute;top:50%;z-index:5;width:42px;height:42px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(7,12,22,.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:30px;line-height:1;cursor:pointer;transition:.3s ease;}
.ne-project-carousel__nav:hover{background:rgba(0,212,255,.18);border-color:rgba(0,212,255,.45);transform:translateY(-50%) scale(1.06);}
.ne-project-carousel__nav--prev{left:14px;}
.ne-project-carousel__nav--next{right:14px;}
.ne-project-carousel__dots{position:absolute;left:50%;bottom:16px;z-index:5;display:flex;align-items:center;gap:7px;transform:translateX(-50%);padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(7,12,22,.58);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.ne-project-carousel__dot{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.42);cursor:pointer;transition:.3s ease;}
.ne-project-carousel__dot:hover{background:#fff;transform:scale(1.15);}
.ne-project-carousel__dot.is-active{width:22px;border-radius:999px;background:#00d4ff;}
@media (max-width:767px){
    .ne-project-carousel__nav{width:36px;height:36px;font-size:26px;}
    .ne-project-carousel__nav--prev{left:10px;}
    .ne-project-carousel__nav--next{right:10px;}
    .ne-project-carousel__dots{bottom:12px;}
}


/* =====================================================
   PROJETOS — CARD UNIFICADO
   Na página principal, Projetos usam o mesmo tamanho visual
   dos demais conteúdos.
   ===================================================== */
.ne-card-unified.ne-card-projeto .ne-card-media{
    aspect-ratio:16/9;
}

.ne-card-unified.ne-card-projeto .ne-card-title{
    margin-bottom:10px;
}

.ne-card-unified.ne-card-projeto .ne-card-button-primary{
    width:100%;
}


/* ==========================================================
   V48 — SUGESTÕES DE AULAS EM MINI CARDS
   Mantém a lógica das sugestões existentes, mas apresenta
   miniaturas compactas, com fallback para thumbnail do YouTube.
   ========================================================== */
.ne-aula-suggestion-strip{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px !important;
}
.ne-aula-suggestion-strip .ne-aula-mini-card{
  display:block;
}

@media (max-width:1024px){
  .ne-aula-suggestion-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px !important;
  }
}

@media (max-width:767px){
  .ne-aula-suggestion-strip{
    display:flex !important;
    overflow-x:auto;
    grid-template-columns:none;
    gap:8px !important;
    margin-right:-12px;
    padding:2px 12px 8px 0;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
  }
  .ne-aula-suggestion-strip::-webkit-scrollbar{display:none}
  .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex:0 0 172px;
    width:172px;
    scroll-snap-align:start;
  }
}

/* ==========================================================
   V50 — SISTEMA UNIFICADO DE BOTÕES DA PÁGINA INDIVIDUAL DA AULA
   Objetivo: reduzir poluição visual e manter a mesma linguagem
   em desktop, tablet e telemóvel.
   ========================================================== */
.ne-aula-page .ne-aula-youtube-button,
.ne-aula-page .ne-aula-resource-button{
  box-sizing:border-box;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:40px;
  height:40px;
  padding:0 14px;
  border:1px solid rgba(7,21,42,.08);
  border-radius:10px;
  background:linear-gradient(135deg,var(--ne-accent,#00d4ff),var(--ne-primary,#08aceb));
  color:#fff !important;
  font-size:12px !important;
  line-height:1;
  font-weight:750;
  letter-spacing:0;
  text-decoration:none !important;
  box-shadow:0 5px 14px rgba(8,172,235,.14);
  transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;
}

.ne-aula-page .ne-aula-youtube-button:hover,
.ne-aula-page .ne-aula-resource-button:hover{
  transform:translateY(-1px);
  filter:brightness(.97);
  box-shadow:0 8px 18px rgba(8,172,235,.20);
}

.ne-aula-page .ne-aula-youtube-button:focus-visible,
.ne-aula-page .ne-aula-resource-button:focus-visible{
  outline:2px solid rgba(8,172,235,.35);
  outline-offset:2px;
}

/* A seta deixa de competir com o texto. */
.ne-aula-page .ne-aula-button-arrow{
  font-size:15px;
  line-height:1;
  margin-left:1px;
}

/* Ícones seguem o mesmo tamanho e não aumentam o texto do botão. */
.ne-aula-page .ne-aula-resource-button .ne-resource-icon{
  width:15px;
  height:15px;
  flex:0 0 15px;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-eye{
  width:17px !important;
  height:11px !important;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-eye::before{
  width:4px;
  height:4px;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-download::before{
  left:6px;
  top:1px;
  width:2px;
  height:8px;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-download::after{
  left:3px;
  top:6px;
  width:8px;
  height:8px;
  border-right-width:2px;
  border-bottom-width:2px;
}

/* Corrige o span genérico que antes ampliava desnecessariamente
   o texto dos botões de recurso. */
.ne-aula-page .ne-aula-resource-button > span:not(.ne-resource-icon){
  font-size:12px !important;
  line-height:1.1;
}

/* Grupo de recursos: compacto e uniforme. */
.ne-aula-page .ne-aula-actions{
  gap:8px;
  margin-top:20px;
  padding-top:16px;
}
.ne-aula-page .ne-aula-actions .ne-aula-resource-button{
  flex:0 1 auto;
  min-width:128px;
}

/* Botão principal de assistir: ligeiramente mais forte, mas sem exagero. */
.ne-aula-page .ne-aula-main-video .ne-aula-youtube-button{
  min-height:42px;
  height:42px;
  padding:0 16px;
  margin-top:12px;
  font-size:12px !important;
}

/* Botão de curso completo segue exatamente a mesma família. */
.ne-aula-page .ne-aula-inner-section .ne-aula-youtube-button{
  min-height:40px;
  height:40px;
  margin-top:12px;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-youtube-button,
  .ne-aula-page .ne-aula-resource-button{
    min-height:38px;
    height:38px;
    padding:0 12px;
    border-radius:9px;
    font-size:11px !important;
    box-shadow:0 4px 11px rgba(8,172,235,.12);
  }

  .ne-aula-page .ne-aula-main-video .ne-aula-youtube-button{
    min-height:40px;
    height:40px;
    width:auto;
    padding:0 14px;
    margin-top:10px;
    font-size:11.5px !important;
  }

  .ne-aula-page .ne-aula-actions{
    gap:7px;
    margin-top:16px;
    padding-top:13px;
  }

  .ne-aula-page .ne-aula-actions .ne-aula-resource-button{
    flex:1 1 0;
    width:auto;
    min-width:0;
  }

  .ne-aula-page .ne-aula-resource-button > span:not(.ne-resource-icon){
    font-size:11px !important;
  }

  .ne-aula-page .ne-aula-inner-section .ne-aula-youtube-button{
    min-height:38px;
    height:38px;
    width:auto;
    margin-top:10px;
  }
}

/* ==========================================================
   V51 — SISTEMA TIPOGRÁFICO DA PÁGINA INDIVIDUAL DA AULA
   Primeiro passo da futura tipografia global do Noah.
   Nesta versão a mudança fica limitada à página de Aula.
   ========================================================== */
.ne-aula-page{
  --ne-font-ui: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --ne-font-title: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  --ne-text-main:#07152a;
  --ne-text-body:#304159;
  --ne-text-muted:#667589;
  font-family:var(--ne-font-ui);
  color:var(--ne-text-body);
}

.ne-aula-page .ne-aula-title,
.ne-aula-page .ne-aula-section-heading h2,
.ne-aula-page .ne-aula-resource-item h3,
.ne-aula-page .ne-aula-related-grid .ne-card-title,
.ne-aula-page .ne-aula-mini-card-title{
  font-family:var(--ne-font-title);
  color:var(--ne-text-main);
  font-weight:750;
}

/* Título principal: forte, mas sem dominar a página. */
.ne-aula-page .ne-aula-title{
  font-size:clamp(38px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.025em;
}

/* Texto introdutório. */
.ne-aula-page .ne-aula-description{
  font-size:16px;
  line-height:1.6;
  color:var(--ne-text-muted);
  font-weight:400;
}

/* Rótulos e pequenos metadados. */
.ne-aula-page .ne-aula-label,
.ne-aula-page .ne-aula-category,
.ne-aula-page .ne-aula-resource-label,
.ne-aula-page .ne-aula-section-heading p{
  font-family:var(--ne-font-ui);
  font-weight:700;
  letter-spacing:.08em;
}

.ne-aula-page .ne-aula-section-heading h2{
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.015em;
}

.ne-aula-page .ne-aula-section-heading p{
  font-size:10px;
  line-height:1.2;
}

/* Corpo do conteúdo: uma única escala de leitura. */

/* Recursos e CTAs usam a mesma escala curta. */
.ne-aula-page .ne-aula-resource-item h3{
  font-size:15px;
  line-height:1.35;
  letter-spacing:-.005em;
}
.ne-aula-page .ne-aula-resource-button,
.ne-aula-page .ne-aula-youtube-button{
  font-family:var(--ne-font-ui);
  font-weight:700;
  letter-spacing:0;
}

/* Cards relacionados: legíveis sem voltar ao tamanho exagerado. */
.ne-aula-page .ne-aula-related-grid .ne-card-title{
  font-size:13px;
  line-height:1.25;
  letter-spacing:-.005em;
}
.ne-aula-page .ne-aula-related-grid .ne-card-type,
.ne-aula-page .ne-aula-related-grid .ne-card-category,
.ne-aula-page .ne-aula-related-grid .ne-card-button,
.ne-aula-page .ne-aula-related-grid .ne-card-link{
  font-family:var(--ne-font-ui);
}

@media (min-width:768px) and (max-width:1199px){
  .ne-aula-page .ne-aula-title{font-size:clamp(34px,4.8vw,42px);}
  .ne-aula-page .ne-aula-description{font-size:15.5px;}
  .ne-aula-page .ne-aula-section-heading h2{font-size:21px;}
  }

@media (max-width:767px){
  .ne-aula-page .ne-aula-title{
    font-size:clamp(28px,7.8vw,33px);
    line-height:1.1;
    letter-spacing:-.02em;
  }
  .ne-aula-page .ne-aula-description{font-size:14px;line-height:1.55;}
  .ne-aula-page .ne-aula-section-heading h2{font-size:19px;}
  .ne-aula-page .ne-aula-section-heading p{font-size:8px;}
          .ne-aula-page .ne-aula-resource-label{font-size:8px;}
  .ne-aula-page .ne-aula-resource-item h3{font-size:13px;}
  .ne-aula-page .ne-aula-related-grid .ne-card-title{font-size:11px;}
  .ne-aula-page .ne-aula-related-grid .ne-card-type{font-size:6px;}
  .ne-aula-page .ne-aula-related-grid .ne-card-category{font-size:7px;}
  .ne-aula-page .ne-aula-related-grid .ne-card-button,
  .ne-aula-page .ne-aula-related-grid .ne-card-link{font-size:7px;}
}

/* ==========================================================
   V52 — DENSIDADE VISUAL COMPACTA DA PÁGINA INDIVIDUAL DA AULA
   Mantém a identidade da V50/V51, reduzindo a ocupação vertical.
   ========================================================== */
.ne-aula-page .ne-aula-title{
  font-size:clamp(34px,3.5vw,40px);
  line-height:1.06;
  letter-spacing:-.024em;
}
.ne-aula-page .ne-aula-description{
  font-size:15px;
  line-height:1.52;
}
.ne-aula-page .ne-aula-section-heading h2{
  font-size:20px;
  line-height:1.18;
}
.ne-aula-page .ne-aula-section-heading p{
  font-size:9px;
}

/* Botões: compactos, mas ainda confortáveis para clique. */
.ne-aula-page .ne-aula-youtube-button,
.ne-aula-page .ne-aula-resource-button{
  min-height:36px;
  height:36px;
  padding:0 12px;
  border-radius:9px;
  gap:7px;
  font-size:11px !important;
  box-shadow:0 4px 11px rgba(8,172,235,.10);
}
.ne-aula-page .ne-aula-main-video .ne-aula-youtube-button{
  min-height:38px;
  height:38px;
  padding:0 14px;
  margin-top:10px;
  font-size:11.5px !important;
}
.ne-aula-page .ne-aula-inner-section .ne-aula-youtube-button{
  min-height:36px;
  height:36px;
  margin-top:9px;
}
.ne-aula-page .ne-aula-actions{
  gap:7px;
  margin-top:16px;
  padding-top:12px;
}
.ne-aula-page .ne-aula-actions .ne-aula-resource-button{
  min-width:116px;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-icon{
  width:14px;
  height:14px;
  flex-basis:14px;
}
.ne-aula-page .ne-aula-resource-button .ne-resource-eye{
  width:16px !important;
  height:10px !important;
}
.ne-aula-page .ne-aula-resource-button > span:not(.ne-resource-icon){
  font-size:11px !important;
}

@media (min-width:768px) and (max-width:1199px){
  .ne-aula-page .ne-aula-title{font-size:clamp(31px,4.2vw,37px);}
  .ne-aula-page .ne-aula-description{font-size:14.5px;}
  .ne-aula-page .ne-aula-section-heading h2{font-size:19px;}
      }

@media (max-width:767px){
  .ne-aula-page .ne-aula-title{
    font-size:clamp(25px,6.8vw,30px);
    line-height:1.08;
    letter-spacing:-.018em;
  }
  .ne-aula-page .ne-aula-description{
    font-size:13px;
    line-height:1.5;
  }
  .ne-aula-page .ne-aula-section-heading h2{font-size:18px;}
  .ne-aula-page .ne-aula-section-heading p{font-size:8px;}
        
  .ne-aula-page .ne-aula-youtube-button,
  .ne-aula-page .ne-aula-resource-button{
    min-height:34px;
    height:34px;
    padding:0 10px;
    border-radius:8px;
    gap:6px;
    font-size:10.5px !important;
    box-shadow:0 3px 9px rgba(8,172,235,.09);
  }
  .ne-aula-page .ne-aula-main-video .ne-aula-youtube-button{
    min-height:36px;
    height:36px;
    padding:0 12px;
    margin-top:8px;
    font-size:11px !important;
  }
  .ne-aula-page .ne-aula-actions{
    gap:6px;
    margin-top:13px;
    padding-top:10px;
  }
  .ne-aula-page .ne-aula-actions .ne-aula-resource-button{
    min-width:0;
  }
  .ne-aula-page .ne-aula-resource-button > span:not(.ne-resource-icon){
    font-size:10.5px !important;
  }
  .ne-aula-page .ne-aula-inner-section .ne-aula-youtube-button{
    min-height:34px;
    height:34px;
    margin-top:8px;
  }
}

/* ==========================================================
   V53 — TÍTULO PRINCIPAL COMPACTO
   O título da aula segue a mesma escala de “Sobre esta aula”.
   O rótulo auxiliar fica menor para criar hierarquia no mobile.
   ========================================================== */
.ne-aula-page .ne-aula-title{
  font-size:20px;
  line-height:1.2;
  letter-spacing:-.012em;
}
.ne-aula-page .ne-aula-section-heading p{
  font-size:8px;
}

@media (min-width:768px) and (max-width:1199px){
  .ne-aula-page .ne-aula-title{font-size:19px;}
  .ne-aula-page .ne-aula-section-heading p{font-size:8px;}
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-title{
    font-size:18px;
    line-height:1.22;
    letter-spacing:-.01em;
  }
  .ne-aula-page .ne-aula-section-heading p{
    font-size:7px;
    line-height:1.15;
  }
}


/* V53.1 — Meta da aula sempre em uma única linha */
.ne-aula-meta-row{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:8px;
    margin-bottom:16px;
    width:100%;
    min-width:0;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    -ms-overflow-style:none;
}
.ne-aula-meta-row::-webkit-scrollbar{display:none}
.ne-aula-meta-row .ne-aula-youtube-button,
.ne-aula-meta-row .ne-aula-label,
.ne-aula-meta-row .ne-aula-category,
.ne-aula-meta-row .ne-aula-views{
    flex:0 0 auto;
    white-space:nowrap;
}
.ne-aula-inline-watch{
    margin:0;
    min-height:38px;
    padding:0 13px;
    gap:7px;
    border-radius:12px;
    font-size:13px;
    line-height:1;
    box-shadow:0 7px 16px rgba(11,179,227,.18);
}
.ne-aula-inline-watch:hover{transform:translateY(-1px)}
.ne-aula-inline-watch-icon{
    display:inline-grid;
    place-items:center;
    width:18px;
    height:18px;
    font-size:8px;
    line-height:1;
    border-radius:6px;
    background:rgba(255,255,255,.18);
}
.ne-aula-views{
    display:inline-flex;
    align-items:center;
    gap:5px;
    min-height:38px;
    padding:0 4px;
    color:#66758a;
    font-size:12px;
    font-weight:700;
}
.ne-aula-views-icon{
    display:inline-grid;
    place-items:center;
    width:18px;
    height:18px;
    color:#08a9dc;
    font-size:14px;
}
.ne-aula-views-count{font-variant-numeric:tabular-nums}

@media (max-width: 767px){
    .ne-aula-meta-row{gap:5px;margin-bottom:14px}
    .ne-aula-inline-watch{min-height:34px;padding:0 8px;font-size:10px;border-radius:10px;gap:5px}
    .ne-aula-inline-watch-icon{width:15px;height:15px;font-size:7px;border-radius:5px}
    .ne-aula-meta-row .ne-aula-label,
    .ne-aula-meta-row .ne-aula-category{padding:6px 7px;font-size:9px;border-radius:999px}
    .ne-aula-views{min-height:34px;font-size:9px;padding:0 1px;gap:3px}
    .ne-aula-views-icon{width:14px;height:14px;font-size:10px}
}

/* ==========================================================
   V54 — CTA "Assistir aula" minimalista
   Sem caixa azul: apenas o texto + ponto de luz pulsante.
   ========================================================== */
.ne-aula-meta-row .ne-aula-inline-watch{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  width:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--ne-primary) !important;
  font-size:14px;
  line-height:1.2;
  font-weight:800;
  text-decoration:none !important;
  transition:color .2s ease, transform .2s ease;
}
.ne-aula-meta-row .ne-aula-inline-watch::after{
  content:"";
  width:5px;
  height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:var(--ne-accent);
  box-shadow:0 0 0 0 rgba(0,212,255,.58), 0 0 7px rgba(0,212,255,.78);
  animation:neAulaWatchLight 1.8s ease-out infinite;
}
.ne-aula-meta-row .ne-aula-inline-watch .ne-aula-inline-watch-icon{
  display:none;
}
.ne-aula-meta-row .ne-aula-inline-watch:hover{
  color:var(--ne-blue-dark) !important;
  transform:translateY(-1px);
  background:transparent !important;
  box-shadow:none !important;
}
.ne-aula-meta-row .ne-aula-inline-watch:focus-visible{
  outline:2px solid rgba(0,212,255,.35);
  outline-offset:4px;
  border-radius:4px !important;
}
@keyframes neAulaWatchLight{
  0%,55%{
    opacity:.55;
    transform:scale(.82);
    box-shadow:0 0 0 0 rgba(0,212,255,.48), 0 0 5px rgba(0,212,255,.62);
  }
  72%{
    opacity:1;
    transform:scale(1.18);
    box-shadow:0 0 0 5px rgba(0,212,255,0), 0 0 11px rgba(0,212,255,.92);
  }
  100%{
    opacity:.55;
    transform:scale(.82);
    box-shadow:0 0 0 8px rgba(0,212,255,0), 0 0 5px rgba(0,212,255,.40);
  }
}
@media(max-width:767px){
  .ne-aula-meta-row .ne-aula-inline-watch{
    width:auto !important;
    min-height:0 !important;
    padding:0 !important;
    font-size:13px;
  }
}
@media(prefers-reduced-motion:reduce){
  .ne-aula-meta-row .ne-aula-inline-watch::after{animation:none;}
}

/* ==========================================================
   V55 — Meta da aula: fundos unificados + visualizações pulsantes
   Assistir aula usa o fundo da AULA PRÁTICA.
   AULA PRÁTICA e Visualizações usam o fundo da Categoria.
   ========================================================== */
.ne-aula-meta-row .ne-aula-inline-watch{
  background:#dff7ff !important;
  color:#008fbe !important;
  padding:7px 12px !important;
  min-height:32px !important;
  border-radius:999px !important;
}
.ne-aula-meta-row .ne-aula-label{
  background:#f4f7fa !important;
  color:#40516a !important;
  padding:7px 12px;
  border-radius:999px;
}
.ne-aula-meta-row .ne-aula-category{
  background:#f4f7fa !important;
  color:#40516a !important;
  padding:7px 12px;
  border-radius:999px;
}
.ne-aula-meta-row .ne-aula-views{
  background:#f4f7fa;
  color:#40516a;
  padding:7px 12px;
  min-height:32px;
  border-radius:999px;
  box-shadow:0 0 0 0 rgba(8,169,220,0);
  animation:neAulaViewsPulse 2.2s ease-in-out infinite;
}
.ne-aula-meta-row .ne-aula-views-icon{
  color:#08a9dc;
}
@keyframes neAulaViewsPulse{
  0%,100%{
    box-shadow:0 0 0 0 rgba(8,169,220,0), 0 0 0 rgba(8,169,220,0);
  }
  50%{
    box-shadow:0 0 0 4px rgba(8,169,220,.07), 0 0 14px rgba(8,169,220,.18);
  }
}
@media(max-width:767px){
  .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-meta-row .ne-aula-label,
  .ne-aula-meta-row .ne-aula-category,
  .ne-aula-meta-row .ne-aula-views{
    min-height:30px;
    padding:6px 9px;
  }
}
@media(prefers-reduced-motion:reduce){
  .ne-aula-meta-row .ne-aula-views{animation:none;}
}

/* ==========================================================
   V56 — Meta da aula sem carrossel
   Todos os elementos permanecem visíveis na mesma linha.
   ========================================================== */
.ne-aula-meta-row{
  overflow:visible !important;
  flex-wrap:nowrap !important;
  width:100%;
  min-width:0;
}
.ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-meta-row .ne-aula-label,
.ne-aula-meta-row .ne-aula-category,
.ne-aula-meta-row .ne-aula-views{
  min-width:0;
  flex-shrink:1;
  white-space:nowrap;
}
.ne-aula-meta-row .ne-aula-inline-watch{
  flex:1 1 0;
  justify-content:center;
}
.ne-aula-meta-row .ne-aula-label,
.ne-aula-meta-row .ne-aula-category,
.ne-aula-meta-row .ne-aula-views{
  flex:1 1 0;
  justify-content:center;
}
.ne-aula-meta-row .ne-aula-views{
  overflow:hidden;
  text-overflow:ellipsis;
}
@media(max-width:767px){
  .ne-aula-meta-row{
    gap:4px !important;
  }
  .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-meta-row .ne-aula-label,
  .ne-aula-meta-row .ne-aula-category,
  .ne-aula-meta-row .ne-aula-views{
    flex:1 1 0 !important;
    min-width:0 !important;
    padding:5px 4px !important;
    font-size:8px !important;
    line-height:1 !important;
    text-align:center;
  }
  .ne-aula-meta-row .ne-aula-inline-watch::after{
    width:4px;
    height:4px;
    flex-basis:4px;
  }
  .ne-aula-meta-row .ne-aula-views{
    gap:2px !important;
  }
  .ne-aula-meta-row .ne-aula-views-icon{
    width:12px !important;
    height:12px !important;
    font-size:9px !important;
    flex:0 0 12px;
  }
}
@media(max-width:360px){
  .ne-aula-meta-row{gap:3px !important;}
  .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-meta-row .ne-aula-label,
  .ne-aula-meta-row .ne-aula-category,
  .ne-aula-meta-row .ne-aula-views{
    padding-left:2px !important;
    padding-right:2px !important;
    font-size:7.5px !important;
  }
}


/* ==========================================================
   V57 — Meta da aula: separadores simples + contador compacto
   Assistir aula é o único elemento destacado.
   ========================================================== */
.ne-aula-meta-row{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  overflow:visible !important;
}
.ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-meta-row .ne-aula-label,
.ne-aula-meta-row .ne-aula-category,
.ne-aula-meta-row .ne-aula-views{
  flex:0 1 auto !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  white-space:nowrap !important;
}
.ne-aula-meta-row .ne-aula-inline-watch{
  color:var(--ne-primary) !important;
  font-size:14px !important;
  font-weight:800 !important;
}
.ne-aula-meta-row .ne-aula-label,
.ne-aula-meta-row .ne-aula-category{
  color:#40516a !important;
  font-size:12px !important;
  font-weight:600 !important;
}
.ne-aula-meta-row .ne-aula-views{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:#40516a !important;
  font-size:12px !important;
  font-weight:600 !important;
  animation:neAulaViewsPulseV57 2.2s ease-in-out infinite;
}
.ne-aula-meta-row .ne-aula-views-icon{
  width:auto !important;
  height:auto !important;
  color:#08a9dc !important;
  font-size:11px !important;
  line-height:1 !important;
}
.ne-aula-meta-row .ne-aula-meta-separator{
  flex:0 0 auto !important;
  color:#a9b4c2 !important;
  font-size:12px !important;
  line-height:1 !important;
  user-select:none;
}
@keyframes neAulaViewsPulseV57{
  0%,100%{ opacity:.78; transform:scale(1); }
  50%{ opacity:1; transform:scale(1.04); }
}
@media(max-width:767px){
  .ne-aula-meta-row{ gap:5px !important; }
  .ne-aula-meta-row .ne-aula-inline-watch{ font-size:12px !important; }
  .ne-aula-meta-row .ne-aula-label,
  .ne-aula-meta-row .ne-aula-category,
  .ne-aula-meta-row .ne-aula-views,
  .ne-aula-meta-row .ne-aula-meta-separator{ font-size:10px !important; }
  .ne-aula-meta-row .ne-aula-views-icon{ font-size:9px !important; }
}
@media(max-width:360px){
  .ne-aula-meta-row{ gap:4px !important; }
  .ne-aula-meta-row .ne-aula-inline-watch{ font-size:11px !important; }
  .ne-aula-meta-row .ne-aula-label,
  .ne-aula-meta-row .ne-aula-category,
  .ne-aula-meta-row .ne-aula-views,
  .ne-aula-meta-row .ne-aula-meta-separator{ font-size:9px !important; }
}
@media(prefers-reduced-motion:reduce){
  .ne-aula-meta-row .ne-aula-views{ animation:none !important; }
}


/* ==========================================================
   V59 — Descrição da Aula compacta
   O texto completo continua armazenado; apenas a apresentação
   visual é limitada para evitar poluição na página da Aula.
   Desktop/tablet: 3 linhas. Mobile: 2 linhas.
   ========================================================== */
.ne-aula-page .ne-aula-description{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
@media(max-width:767px){
  .ne-aula-page .ne-aula-description{
    -webkit-line-clamp:2;
  }
}

/* ==========================================================
   V60 — PADRÃO VISUAL GLOBAL DO SISTEMA
   Baseado na hierarquia compacta aprovada na página da Aula.
   Apenas apresentação: não altera estrutura, rotas ou lógica.
   ========================================================== */

/* Escala global dos cards de conteúdo */
.ne-card{
  border-radius:18px;
  box-shadow:0 10px 28px rgba(9,20,36,.06);
}
.ne-card-body{
  padding:18px;
}
.ne-card-meta{
  gap:7px;
  margin-bottom:8px;
}
.ne-card-type{
  padding:5px 8px;
  font-size:9px;
}
.ne-card-category{
  font-size:11px;
}
.ne-card-title{
  margin-bottom:8px;
  font-size:19px;
  line-height:1.22;
  letter-spacing:-.015em;
}
.ne-card-excerpt{
  margin-bottom:16px;
  font-size:13px;
  line-height:1.55;
}
.ne-card-actions{
  gap:7px;
  padding-top:3px;
}
.ne-card-button{
  min-height:40px;
  padding:0 13px;
  border-radius:9px;
  font-size:12px;
}
.ne-card-link{
  min-height:38px;
  padding:0 11px;
  border-radius:9px;
  font-size:11px;
}

/* Categorias: mesma proporção dos restantes cards */
.ne-categorias>a{
  padding:20px!important;
  border-radius:18px!important;
}
.ne-categorias>a strong{
  font-size:16px;
  line-height:1.25;
}
.ne-categorias>a span{
  font-size:13px;
  line-height:1.5;
}

/* Títulos de secção: aproximação da hierarquia da página da Aula */
.ne-section-heading{
  gap:10px;
  margin-bottom:18px;
}
.ne-section-heading>span{
  font-size:22px;
}
.ne-section-heading p{
  font-size:10px;
}
.ne-section-heading h2{
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.015em;
}

/* Tablet */
@media (min-width:768px) and (max-width:1199px){
  .ne-card-body{padding:17px}
  .ne-card-title{font-size:18px}


}

/* Telemóvel: compactação sem reduzir a legibilidade */
@media (max-width:767px){
  .ne-card-body{padding:14px}
  .ne-card-meta{gap:5px;margin-bottom:7px}
  .ne-card-type{padding:4px 7px;font-size:8px}
  .ne-card-category{font-size:10px}
  .ne-card-title{
    margin-bottom:7px;
    font-size:16px;
    line-height:1.22;
  }
  .ne-card-excerpt{
    margin-bottom:13px;
    font-size:12px;
    line-height:1.5;
  }
  .ne-card-actions{gap:6px}
  .ne-card-button{
    min-height:36px;
    padding:0 11px;
    font-size:11px;
  }
  .ne-card-link{
    min-height:34px;
    padding:0 10px;
    font-size:10px;
  }

  .ne-categorias>a{padding:17px!important;border-radius:16px!important}
  .ne-categorias>a strong{font-size:15px}
  .ne-categorias>a span{font-size:12px}

  .ne-section-heading{gap:8px;margin-bottom:15px}
  .ne-section-heading>span{font-size:20px}
  .ne-section-heading p{font-size:9px}
  .ne-section-heading h2{font-size:21px}
}

/* ==========================================================
   V61 — PLAYER DA AULA EM DESTAQUE
   O vídeo deixa de ocupar uma coluna dentro do card principal.
   Passa a ser o elemento visual dominante da página, em largura
   total da área da Aula, mantendo 16:9 e responsividade.
   ========================================================== */
.ne-aula-page .ne-aula-main-section{
  width:min(1240px,100%);
  margin:0 auto;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}

.ne-aula-page .ne-aula-main-grid{
  display:flex;
  flex-direction:column;
  gap:0;
}

.ne-aula-page .ne-aula-main-video{
  width:100%;
}

.ne-aula-page .ne-aula-main-video .ne-aula-video-frame{
  width:100%;
  max-width:none;
  margin:0;
  aspect-ratio:16/9;
  border:0;
  border-radius:20px;
  box-shadow:0 18px 44px rgba(6,20,38,.14);
}

.ne-aula-page .ne-aula-main-video .ne-aula-video-frame:after{
  border:1px solid rgba(255,255,255,.08);
  border-radius:inherit;
}

.ne-aula-page .ne-aula-main-info{
  width:min(980px,100%);
  margin:24px auto 0;
}

.ne-aula-page .ne-aula-main-info .ne-aula-header{
  width:100%;
}

@media (min-width:768px){
  .ne-aula-page .ne-aula-main-info{
    margin-top:26px;
  }
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-main-video .ne-aula-video-frame{
    border-radius:12px;
    box-shadow:0 10px 26px rgba(6,20,38,.12);
  }

  .ne-aula-page .ne-aula-main-info{
    width:100%;
    margin-top:18px;
  }
}

/* ==========================================================
   V62 — RECURSOS DA AULA NA LINHA DE METADADOS (DESKTOP)
   Os botões "Ver projeto" e "Ver material" passam a ocupar
   a mesma linha dos metadados no desktop, sem alterar as
   funções, URLs ou comportamentos dos botões.
   No telemóvel, a ordem volta a privilegiar a leitura:
   metadados → título → descrição → recursos.
   ========================================================== */
@media (min-width:768px){
  .ne-aula-page .ne-aula-main-info .ne-aula-header{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    column-gap:14px;
    row-gap:0;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-meta-row{
    order:1;
    flex:0 1 auto;
    margin-bottom:0 !important;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-actions{
    order:2;
    display:flex;
    flex:0 0 auto;
    align-items:center;
    gap:7px;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-actions .ne-aula-resource-button{
    flex:0 0 auto;
    min-width:116px;
    min-height:38px;
    height:38px;
    padding:0 13px;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-title{
    order:3;
    flex:0 0 100%;
    margin-top:17px;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-description{
    order:4;
    flex:0 0 100%;
  }
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-main-info .ne-aula-header{
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-meta-row{
    order:1;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-title{
    order:2;
    margin-top:0;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-description{
    order:3;
  }

  .ne-aula-page .ne-aula-main-info .ne-aula-actions{
    order:4;
  }
}

/* ==========================================================
   V63 — LINHA ÚNICA LIGADA AO PLAYER
   Assistir aula, Ver projeto e Ver material passam a partilhar
   a mesma linguagem tipográfica e a mesma escala do CTA principal.
   Ordem: Assistir aula | Ver projeto | Ver material | Aula prática | Categoria | visualizações.
   ========================================================== */
.ne-aula-page .ne-aula-meta-row{
  width:100% !important;
  max-width:100% !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:8px !important;
  margin-bottom:16px !important;
  overflow:visible !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  flex:0 1 auto !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  white-space:nowrap !important;
  line-height:1.2 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  font-family:var(--ne-font-ui) !important;
  font-size:14px !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

/* Só "Assistir aula" mantém o ponto de luz/pulsação aprovado. */
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  color:#40516a !important;
  transition:color .2s ease, transform .2s ease !important;
}
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource:hover{
  color:var(--ne-primary) !important;
  transform:translateY(-1px);
}
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource .ne-resource-icon{
  display:none !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  font-family:var(--ne-font-ui) !important;
  font-size:14px !important;
  font-weight:650 !important;
  color:#40516a !important;
}
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  animation:neAulaViewsPulseV57 2.2s ease-in-out infinite;
}
.ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
  width:auto !important;
  height:auto !important;
  color:#08a9dc !important;
  font-size:12px !important;
  line-height:1 !important;
}
.ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
  flex:0 0 auto !important;
  color:#a9b4c2 !important;
  font-size:13px !important;
  line-height:1 !important;
  user-select:none;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-row{
    gap:5px !important;
    margin-bottom:14px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views{
    font-size:11.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:11.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:10px !important;
  }
}

@media (max-width:360px){
  .ne-aula-page .ne-aula-meta-row{
    gap:3.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views,
  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:10.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:9px !important;
  }
}

/* ==========================================================
   V64 — BARRA ÚNICA DO PLAYER
   Uma única linha: Assistir aula | Ver projeto | Ver material |
   Aula prática | Categoria | visualizações.
   Mantém a escala uniforme e deixa a barra visualmente ligada ao player.
   Interações sociais (Gostar/Comentários/Compartilhar) ficam reservadas
   para a futura fase de login/utilizadores.
   ========================================================== */
.ne-aula-page .ne-aula-meta-row{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  width:100% !important;
  max-width:none !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  margin:0 0 16px !important;
  padding:0 !important;
  overflow:visible !important;
  white-space:nowrap !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  flex:0 0 auto !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  font-family:var(--ne-font-ui) !important;
  font-size:14px !important;
  line-height:1.2 !important;
  white-space:nowrap !important;
  margin:0 !important;
  padding:0 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  font-weight:650 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  font-weight:800 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
  flex:0 0 auto !important;
  width:auto !important;
  margin:0 !important;
  padding:0 !important;
  font-size:13px !important;
  line-height:1 !important;
  white-space:nowrap !important;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-row{
    gap:5px !important;
    margin-bottom:14px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views,
  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:11.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:10px !important;
  }
}

@media (max-width:360px){
  .ne-aula-page .ne-aula-meta-row{
    gap:3.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views,
  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:10.5px !important;
  }
  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:9px !important;
  }
}

/* ==========================================================
   V65 — REFINO DA BARRA LIGADA AO PLAYER
   Mantém a mesma estrutura da V64, mas uniformiza escala,
   peso visual e espaçamento para que todos os elementos
   pareçam pertencer à mesma barra do player.
   ========================================================== */
.ne-aula-page .ne-aula-meta-row{
  gap:10px !important;
  align-items:center !important;
  line-height:1.25 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  font-size:15px !important;
  line-height:1.25 !important;
  letter-spacing:0 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  gap:6px !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource{
  font-weight:750 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-label,
.ne-aula-page .ne-aula-meta-row .ne-aula-category,
.ne-aula-page .ne-aula-meta-row .ne-aula-views{
  font-weight:650 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
  font-size:14px !important;
  line-height:1 !important;
  color:#a9b4c2 !important;
}

.ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
  font-size:12px !important;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-row{
    gap:5px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views{
    font-size:11.5px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:11px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:9.5px !important;
  }
}

@media (max-width:360px){
  .ne-aula-page .ne-aula-meta-row{
    gap:3px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-watch,
  .ne-aula-page .ne-aula-meta-row .ne-aula-inline-resource,
  .ne-aula-page .ne-aula-meta-row .ne-aula-label,
  .ne-aula-page .ne-aula-meta-row .ne-aula-category,
  .ne-aula-page .ne-aula-meta-row .ne-aula-views{
    font-size:10.5px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator{
    font-size:10px !important;
  }

  .ne-aula-page .ne-aula-meta-row .ne-aula-views-icon{
    font-size:9px !important;
  }
}

/* ==========================================================
   V66 — MOBILE: REMOVER "AULA PRÁTICA" DA BARRA DO PLAYER
   Mantém o elemento no sistema e no desktop, mas libera espaço
   no telemóvel para preservar uma escala confortável.
   ========================================================== */
@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-row .ne-aula-meta-separator:has(+ .ne-aula-label),
  .ne-aula-page .ne-aula-meta-row .ne-aula-label{
    display:none !important;
  }
}

/* ==========================================================
   V67 — DIVISOR ENTRE BARRA DO PLAYER E TÍTULO
   Cria uma separação visual leve entre a barra de metadados
   ligada ao player e o título da Aula, sem alterar a estrutura.
   ========================================================== */
.ne-aula-page .ne-aula-meta-row{
  padding-bottom:14px !important;
  margin-bottom:18px !important;
  border-bottom:1px solid #dfe6ed !important;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-row{
    padding-bottom:11px !important;
    margin-bottom:16px !important;
  }
}

@media (max-width:360px){
  .ne-aula-page .ne-aula-meta-row{
    padding-bottom:10px !important;
    margin-bottom:14px !important;
  }
}

/* ==========================================================
   V68 — REFINO VISUAL DA AULA: ÍCONES + FAIXA DE INFORMAÇÕES
   A barra ligada ao player passa a usar ícones SVG embutidos no HTML.
   Abaixo da descrição, uma faixa compacta resume curso, aula e categoria.
   O bloco de continuação deixa de ocupar espaço vazio e passa a comportar
   os cards pelo conteúdo real, mantendo toda a lógica existente.
   ========================================================== */
.ne-aula-page .ne-aula-meta-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
  color:currentColor !important;
}
.ne-aula-page .ne-aula-meta-icon svg{
  display:block !important;
  width:100% !important;
  height:100% !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.ne-aula-page .ne-aula-meta-icon svg .ne-aula-icon-fill{
  fill:currentColor !important;
  stroke:none !important;
}
.ne-aula-page .ne-aula-meta-icon svg .ne-aula-icon-stroke{
  fill:none !important;
  stroke:currentColor !important;
}
.ne-aula-page .ne-aula-inline-watch .ne-aula-meta-icon{
  color:var(--ne-primary,#08a9dc) !important;
}
.ne-aula-page .ne-aula-inline-resource .ne-aula-meta-icon,
.ne-aula-page .ne-aula-label .ne-aula-meta-icon,
.ne-aula-page .ne-aula-category .ne-aula-meta-icon{
  color:currentColor !important;
}
.ne-aula-page .ne-aula-label,
.ne-aula-page .ne-aula-category{
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
}
.ne-aula-page .ne-aula-views-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  height:16px !important;
  color:#08a9dc !important;
  font-size:0 !important;
}
.ne-aula-page .ne-aula-views-icon svg{
  width:100% !important;
  height:100% !important;
  fill:none !important;
  stroke:currentColor !important;
  stroke-width:1.8 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
}
.ne-aula-page .ne-aula-views-icon svg .ne-aula-icon-fill{
  fill:currentColor !important;
  stroke:none !important;
}

.ne-aula-page .ne-aula-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  margin-top:22px;
  padding:18px 10px;
  background:#f7f9fb;
  border:1px solid #e8edf2;
  border-radius:16px;
}
.ne-aula-page .ne-aula-stat{
  min-width:0;
  display:flex;
  align-items:center;
  gap:12px;
  padding:2px 24px;
}
.ne-aula-page .ne-aula-stat + .ne-aula-stat{
  border-left:1px solid #dfe6ed;
}
.ne-aula-page .ne-aula-stat-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  flex:0 0 34px;
  color:#079fda;
}
.ne-aula-page .ne-aula-stat-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.ne-aula-page .ne-aula-stat-icon svg .ne-aula-icon-fill{
  fill:currentColor;
  stroke:none;
}
.ne-aula-page .ne-aula-stat-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
}
.ne-aula-page .ne-aula-stat-label{
  display:block;
  color:#078fc5;
  font-size:10px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.05em;
  text-transform:none;
}
.ne-aula-page .ne-aula-stat-copy strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#071426;
  font-size:14px;
  line-height:1.3;
  font-weight:750;
}

/* Cards sugeridos sem título ou divisor: continuação direta da experiência da Aula. */
.ne-aula-page .ne-aula-related-content-section{
  margin-top:20px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.ne-aula-page .ne-aula-related-content-section .ne-aula-related-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(250px,300px)) !important;
  justify-content:start !important;
  gap:14px !important;
}
.ne-aula-page .ne-aula-related-content-section .ne-aula-mini-card{
  width:100% !important;
  max-width:300px !important;
}

/* Mantém a sequência do curso compacta e sem um painel artificial. */
.ne-aula-page .ne-aula-playlist-section{
  margin-top:28px !important;
  padding-top:24px !important;
}
.ne-aula-page .ne-aula-playlist-section .ne-aula-playlist-intro{
  max-width:760px;
  margin:0 0 10px !important;
  color:#667589;
  font-size:14px;
  line-height:1.5;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-meta-icon{
    width:13px !important;
    height:13px !important;
    flex-basis:13px !important;
  }
  .ne-aula-page .ne-aula-label,
  .ne-aula-page .ne-aula-category{
    gap:4px !important;
  }
  .ne-aula-page .ne-aula-views-icon{
    width:13px !important;
    height:13px !important;
  }
  .ne-aula-page .ne-aula-stats{
    grid-template-columns:1fr;
    margin-top:18px;
    padding:8px 0;
    border-radius:13px;
  }
  .ne-aula-page .ne-aula-stat{
    padding:10px 14px;
  }
  .ne-aula-page .ne-aula-stat + .ne-aula-stat{
    border-left:0;
    border-top:1px solid #e1e7ed;
  }
  .ne-aula-page .ne-aula-stat-icon{
    width:30px;
    height:30px;
    flex-basis:30px;
  }
  .ne-aula-page .ne-aula-stat-copy strong{
    font-size:13px;
  }
  .ne-aula-page .ne-aula-stat-label{
    font-size:9px;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-related-grid{
    grid-template-columns:1fr !important;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-mini-card{
    max-width:100% !important;
  }
}

/* ==========================================================
   V70 — ÍCONE DE VISUALIZAÇÕES MAIS DISCRETO NO DESKTOP
   Mantém a informação e a proporção da barra, mas reduz o
   ícone do olho para não competir com as restantes ações.
   ========================================================== */
.ne-aula-page .ne-aula-views-icon{
  width:13px !important;
  height:13px !important;
  flex:0 0 13px !important;
}
.ne-aula-page .ne-aula-views-icon svg{
  width:100% !important;
  height:100% !important;
  stroke-width:1.7 !important;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-views-icon{
    width:12px !important;
    height:12px !important;
    flex-basis:12px !important;
  }
}

@media (max-width:360px){
  .ne-aula-page .ne-aula-views-icon{
    width:11px !important;
    height:11px !important;
    flex-basis:11px !important;
  }
}

/* ==========================================================
   V73 — MINI CARDS SUGERIDOS COM ROLAGEM HORIZONTAL
   Desktop: 4 visíveis | Tablet: 3 visíveis | Mobile: 2 visíveis.
   Mais aulas ficam acessíveis por rolagem lateral sem aumentar a página.
   ========================================================== */
.ne-aula-page .ne-aula-related-content-section .ne-aula-related-grid.ne-aula-suggestion-strip{
  display:flex !important;
  flex-wrap:nowrap !important;
  gap:14px !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  justify-content:flex-start !important;
  padding:2px 0 8px !important;
  margin:0 !important;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
  overscroll-behavior-x:contain;
  scrollbar-width:thin;
}

.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
  flex:0 0 calc((100% - 42px) / 4) !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  scroll-snap-align:start;
}

@media (min-width:768px) and (max-width:1024px){
  .ne-aula-page .ne-aula-related-content-section .ne-aula-related-grid.ne-aula-suggestion-strip{
    gap:12px !important;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 24px) / 3) !important;
  }
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-related-content-section .ne-aula-related-grid.ne-aula-suggestion-strip{
    gap:10px !important;
    padding:2px 0 7px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    scroll-snap-type:x proximity;
  }

  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex:0 0 calc((100% - 10px) / 2) !important;
    width:auto !important;
    max-width:none !important;
  }
}


/* ==========================================================
   V74 — ROLAGEM HORIZONTAL DEFINITIVA DOS CONTEÚDOS SUGERIDOS
   A faixa mantém 4/3/2 mini-cards visíveis por viewport e
   permite continuar lateralmente quando existirem mais aulas.
   Não limita a quantidade de conteúdos renderizados pelo PHP.
   ========================================================== */
.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:14px !important;
  width:100% !important;
  max-width:100% !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  box-sizing:border-box !important;
  padding:2px 0 10px !important;
  margin:0 !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior-x:contain;
  scroll-behavior:smooth;
  scroll-snap-type:x proximity;
  scrollbar-width:thin;
  cursor:grab;
}
.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip:active{
  cursor:grabbing;
}
.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
  flex:0 0 calc((100% - 42px) / 4) !important;
  width:calc((100% - 42px) / 4) !important;
  min-width:calc((100% - 42px) / 4) !important;
  max-width:none !important;
  box-sizing:border-box !important;
  scroll-snap-align:start;
}

@media (min-width:768px) and (max-width:1024px){
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip{
    gap:12px !important;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 24px) / 3) !important;
    width:calc((100% - 24px) / 3) !important;
    min-width:calc((100% - 24px) / 3) !important;
  }
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip{
    gap:10px !important;
    padding:2px 0 8px !important;
    scrollbar-width:none;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip::-webkit-scrollbar{
    display:none;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 10px) / 2) !important;
    width:calc((100% - 10px) / 2) !important;
    min-width:calc((100% - 10px) / 2) !important;
  }
}

/* ==========================================================
   V75 — CORREÇÃO REAL DA ROLAGEM DOS CONTEÚDOS SUGERIDOS
   As regras antigas da página escondiam os cards a partir do
   terceiro item no mobile. Isso impedia a faixa horizontal
   de ter conteúdo adicional para deslizar.
   ========================================================== */
.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip > *{
  display:block !important;
}

.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  justify-content:flex-start !important;
  align-items:stretch !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box !important;
}

.ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip .ne-aula-mini-card{
  flex-shrink:0 !important;
}

@media (max-width:767px){
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip > *{
    display:block !important;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    touch-action:pan-x !important;
    scrollbar-width:none !important;
  }
  .ne-aula-page .ne-aula-related-content-section .ne-aula-suggestion-strip::-webkit-scrollbar{
    display:none !important;
  }
}


/* ==========================================================
   V77 — INDICADOR DESKTOP MAIS PERCEPTÍVEL DA ROLAGEM
   Mantém HTML + CSS, sem JavaScript adicional.
   ========================================================== */
.ne-aula-page .ne-aula-suggestion-wrap{
  position:relative;
  width:100%;
  min-width:0;
}
.ne-aula-page .ne-aula-suggestion-strip{
  padding-right:52px !important;
}
.ne-aula-page .ne-aula-suggestion-fade{
  position:absolute;
  top:0;
  bottom:10px;
  width:58px;
  z-index:3;
  pointer-events:none;
  opacity:.95;
}
.ne-aula-page .ne-aula-suggestion-fade--left{
  left:0;
  opacity:0;
  background:linear-gradient(90deg,rgba(255,255,255,.94),rgba(255,255,255,0));
}
.ne-aula-page .ne-aula-suggestion-fade--right{
  right:0;
  background:linear-gradient(270deg,rgba(255,255,255,1),rgba(255,255,255,0));
}
.ne-aula-page .ne-aula-suggestion-arrow{
  position:absolute;
  top:50%;
  z-index:5;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%);
  border:1px solid rgba(7,20,38,.14);
  border-radius:50%;
  background:rgba(255,255,255,.97);
  box-shadow:0 6px 18px rgba(7,20,38,.14);
  color:#071426;
  font-size:25px;
  font-weight:500;
  line-height:1;
  cursor:pointer;
  padding:0;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.ne-aula-page .ne-aula-suggestion-arrow:hover{
  transform:translateY(-50%) scale(1.06);
  box-shadow:0 8px 22px rgba(7,20,38,.2);
}
.ne-aula-page .ne-aula-suggestion-arrow--left{left:8px}
.ne-aula-page .ne-aula-suggestion-arrow--right{right:8px;animation:neSuggestionNudge 1.8s ease-in-out infinite}
.ne-aula-page .ne-aula-suggestion-arrow[hidden]{display:none !important}
@keyframes neSuggestionNudge{
  0%,100%{transform:translate(0,-50%);opacity:.78}
  50%{transform:translate(6px,-50%);opacity:1}
}
/* Deixa sempre uma pequena “janela” à direita: quando houver
   mais cards, o próximo aparece parcialmente e a seta explica a interação. */
@media (min-width:1025px){
  .ne-aula-page .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 54px) / 4.18) !important;
    width:calc((100% - 54px) / 4.18) !important;
    min-width:calc((100% - 54px) / 4.18) !important;
  }
}
@media (min-width:768px) and (max-width:1024px){
  .ne-aula-page .ne-aula-suggestion-strip{
    padding-right:46px !important;
  }
  .ne-aula-page .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 34px) / 3.15) !important;
    width:calc((100% - 34px) / 3.15) !important;
    min-width:calc((100% - 34px) / 3.15) !important;
  }
}
@media (max-width:767px){
  .ne-aula-page .ne-aula-suggestion-strip{
    padding-right:38px !important;
  }
  .ne-aula-page .ne-aula-suggestion-fade{
    width:34px;
    bottom:8px;
  }
  .ne-aula-page .ne-aula-suggestion-arrow{
    width:29px;
    height:29px;
    font-size:20px;
  }
  .ne-aula-page .ne-aula-suggestion-arrow--left{left:4px}
  .ne-aula-page .ne-aula-suggestion-arrow--right{right:4px}
  .ne-aula-page .ne-aula-suggestion-strip .ne-aula-mini-card{
    flex-basis:calc((100% - 10px) / 2.12) !important;
    width:calc((100% - 10px) / 2.12) !important;
    min-width:calc((100% - 10px) / 2.12) !important;
  }
}
@media (prefers-reduced-motion:reduce){
  .ne-aula-page .ne-aula-suggestion-arrow{animation:none}
}

/* =========================================================
   V88 — Biblioteca principal de Ferramentas
   Compacta, pesquisável e alinhada à linguagem das páginas
   individuais da Noah. Não usa os cards grandes de conteúdo.
   ========================================================= */
.ne-tools-library{font-family:inherit;color:#101c30;}
.ne-tools-library-head{margin:0 0 22px;padding:0;}
.ne-tools-library-head h1{margin:0 0 8px;color:#101c30;font-size:clamp(30px,4vw,42px);line-height:1.08;letter-spacing:-.025em;font-weight:800;}
.ne-tools-library-head p{margin:0;max-width:700px;color:#687485;font-size:15px;line-height:1.55;}
.ne-tools-library-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;}
.ne-tools-search{position:relative;display:flex;align-items:center;flex:1;max-width:430px;min-width:220px;}
.ne-tools-search input{width:100%;height:42px;margin:0;padding:0 14px 0 40px;border:1px solid #dce3ea;border-radius:12px;background:#fff;color:#101c30;font:inherit;font-size:13px;outline:none;box-sizing:border-box;transition:border-color .18s ease,box-shadow .18s ease;}
.ne-tools-search input:focus{border-color:#8fd5f0;box-shadow:0 0 0 3px rgba(8,172,235,.10);}
.ne-tools-search input::placeholder{color:#8a95a4;}
.ne-tools-search-icon{position:absolute;left:15px;width:13px;height:13px;border:1.8px solid #7c8998;border-radius:50%;pointer-events:none;box-sizing:border-box;}
.ne-tools-search-icon:after{content:"";position:absolute;width:6px;height:1.8px;background:#7c8998;right:-5px;bottom:-3px;transform:rotate(45deg);border-radius:2px;}
.ne-tools-filters{display:flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end;}
.ne-tools-filters button{appearance:none;border:0;background:transparent;color:#687485;font:inherit;font-size:12px;font-weight:700;line-height:1;padding:8px 10px;border-radius:9px;cursor:pointer;transition:background .18s ease,color .18s ease;}
.ne-tools-filters button:hover{color:#101c30;background:#f3f7fa;}
.ne-tools-filters button.is-active{background:#e9f7fc;color:#078ec3;}
.ne-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:88px;gap:10px;}
.ne-tool-item{min-width:0;}
.ne-tool-item[hidden]{display:none!important;}
.ne-tool-item-main{all:unset;box-sizing:border-box;width:100%;min-height:76px;display:flex;align-items:center;gap:11px;margin:0;padding:12px 13px;border:1px solid #e3e8ed;border-radius:13px;background:#fff;color:#101c30;font:inherit;text-align:left;text-decoration:none;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;}
.ne-tool-item-main:hover{border-color:#c7d8e2;box-shadow:0 7px 18px rgba(16,28,48,.07);transform:translateY(-1px);}
.ne-tool-item-main:focus-visible{outline:2px solid #08aceb;outline-offset:2px;}
.ne-tool-item-icon{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#f3f7fa;overflow:hidden;color:#0aaeea;position:relative;}
.ne-tool-item-icon img{width:100%;height:100%;object-fit:cover;display:block;}
.ne-tool-item-icon .ne-icon-ferramenta{display:block;position:relative;width:28px;height:28px;color:#0aaeea;}
.ne-tool-item-copy{display:flex;flex-direction:column;min-width:0;flex:1;gap:3px;}
.ne-tool-item-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.2;font-weight:750;letter-spacing:-.01em;}
.ne-tool-item-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#778494;font-size:11px;line-height:1.35;}
.ne-tool-item-open{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto;color:#66758a;font-size:11px;font-weight:750;white-space:nowrap;}
.ne-tool-item-open b{font-size:13px;font-weight:800;transition:transform .18s ease;}
.ne-tool-item-main:hover .ne-tool-item-open b{transform:translateX(2px);}
.ne-tools-empty{margin:18px 0 0;color:#687485;font-size:13px;}
.ne-tools-empty[hidden]{display:none;}
@media (max-width:980px){
  .ne-tools-library-controls{align-items:flex-start;flex-direction:column;}
  .ne-tools-search{max-width:none;width:100%;}
  .ne-tools-filters{justify-content:flex-start;width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:none;}
  .ne-tools-filters::-webkit-scrollbar{display:none;}
  .ne-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:84px;}
}
@media (max-width:560px){
  .ne-tools-library-head{margin-bottom:18px;}
  .ne-tools-library-head h1{font-size:30px;}
  .ne-tools-library-head p{font-size:13px;line-height:1.5;}
  .ne-tools-library-controls{gap:12px;margin-bottom:16px;}
  .ne-tools-search input{height:40px;font-size:12px;border-radius:11px;}
  .ne-tools-filters button{font-size:11px;padding:7px 9px;}
  .ne-tools-grid{grid-template-columns:1fr;grid-auto-rows:78px;gap:8px;}
  .ne-tool-item-main{min-height:72px;gap:8px;padding:10px;border-radius:11px;}
  .ne-tool-item-icon{width:32px;height:32px;flex-basis:32px;border-radius:8px;}
  .ne-tool-item-copy strong{font-size:12px;}
  .ne-tool-item-copy span{font-size:9px;}
  .ne-tool-item-open{font-size:9px;}
  .ne-tool-item-open b{font-size:11px;}
}

/* =========================================================
   V88 — Biblioteca de Ferramentas
   Pesquisa alinhada ao componente de pesquisa global da Noah.
   ========================================================= */
.ne-tools-search-wrap{flex:1;max-width:430px;min-width:220px;margin:0;}
.ne-tools-search-wrap input{font-size:17px!important;}
.ne-tools-search-wrap button{font-size:13px!important;font-weight:850!important;}
@media(max-width:980px){
  .ne-tools-search-wrap{max-width:none;width:100%;}
}
@media(max-width:640px){
  .ne-tools-search-wrap{width:100%;min-width:0;}
  .ne-tools-search-wrap input{font-size:16px!important;}
  .ne-tools-search-wrap button{width:48px!important;height:48px!important;flex:0 0 48px!important;padding:0!important;border-radius:14px!important;font-size:0!important;display:inline-flex!important;align-items:center;justify-content:center;}
}

/* V89 — Ferramentas: no telemóvel, lista vertical de uma coluna. */


.ne-tools-modal[hidden]{display:none!important;}
.ne-tools-modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;}
.ne-tools-modal-backdrop{position:absolute;inset:0;background:rgba(4,10,18,.72);backdrop-filter:blur(4px);}
.ne-tools-modal-dialog{position:relative;z-index:1;width:min(520px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 40px));overflow:auto;padding:30px;border:1px solid rgba(16,28,48,.08);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgba(4,10,18,.22);box-sizing:border-box;outline:none;}
.ne-tools-modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f3f7fa;color:#687485;font-size:24px;line-height:1;cursor:pointer;}
.ne-tools-modal-icon{width:58px;height:58px;margin:0 0 16px;border-radius:15px;background:#f3f7fa;color:#0aaeea;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.ne-tools-modal-icon img{width:100%;height:100%;object-fit:cover;display:block;}
.ne-tools-modal-kicker{margin:0 0 5px;color:#078ec3;font-size:10px;line-height:1.2;font-weight:850;letter-spacing:.08em;}
.ne-tools-modal-dialog h2{margin:0;color:#101c30;font-size:clamp(22px,4vw,30px);line-height:1.12;letter-spacing:-.02em;font-weight:800;}
.ne-tools-modal-category{margin:7px 0 0;color:#687485;font-size:12px;line-height:1.4;}
.ne-tools-modal-excerpt{margin:16px 0 0;color:#536173;font-size:14px;line-height:1.6;}
.ne-tools-modal-action{display:inline-flex;align-items:center;gap:6px;margin-top:20px;padding:11px 16px;border-radius:12px;background:#08aceb;color:#fff!important;text-decoration:none;font-size:12px;font-weight:800;box-shadow:0 8px 18px rgba(8,172,235,.18);}
.ne-tools-modal-open{overflow:hidden;}
@media(max-width:640px){.ne-tools-modal{align-items:flex-end;padding:10px;}.ne-tools-modal-dialog{width:100%;max-height:78vh;padding:24px 20px 22px;border-radius:20px 20px 16px 16px;}.ne-tools-modal-icon{width:50px;height:50px;margin-bottom:13px;}.ne-tools-modal-dialog h2{font-size:22px;}.ne-tools-modal-excerpt{font-size:13px;line-height:1.55;}.ne-tools-modal-action{width:100%;justify-content:center;box-sizing:border-box;}}
/* =========================================================
   V96 — Personalização dos cards da Biblioteca de Ferramentas
   Mantém o modal V93+ e a grelha V89; altera apenas a identidade
   visual dos cards da biblioteca.
   ========================================================= */
.ne-tools-grid .ne-tool-item-main{
  position:relative;
  height:88px;
  min-height:0;
  padding:14px 15px;
  gap:12px;
  border:1px solid #e5eaf0;
  border-radius:16px;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdfe 100%);
  box-shadow:0 2px 10px rgba(16,28,48,.035);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}
.ne-tools-grid .ne-tool-item-main::before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  bottom:14px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:#08aceb;
  opacity:.0;
  transition:opacity .2s ease;
}
.ne-tools-grid .ne-tool-item-main:hover{
  transform:translateY(-2px);
  border-color:#cfe0e9;
  background:#fff;
  box-shadow:0 10px 24px rgba(16,28,48,.08);
}
.ne-tools-grid .ne-tool-item-main:hover::before,
.ne-tools-grid .ne-tool-item-main:focus-visible::before{opacity:1;}
.ne-tools-grid .ne-tool-item-main:focus-visible{
  outline:2px solid #08aceb;
  outline-offset:3px;
}
.ne-tools-grid .ne-tool-item-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  border:1px solid #e7edf2;
  border-radius:13px;
  background:#f5f8fa;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.7);
}
.ne-tools-grid .ne-tool-item-copy{
  gap:4px;
  justify-content:center;
}
.ne-tools-grid .ne-tool-item-copy strong{
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  color:#101c30;
}
.ne-tools-grid .ne-tool-item-category,
.ne-tools-grid .ne-tool-item-description{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#7b8796;
  font-size:10.5px;
  line-height:1.35;
  font-weight:650;
}
.ne-tools-grid .ne-tool-item-category{
  color:#078ec3;
  letter-spacing:.01em;
}
.ne-tools-grid .ne-tool-item-open{
  width:30px;
  height:30px;
  flex:0 0 30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid #e4eaf0;
  border-radius:50%;
  background:#f8fafb;
  color:#607184;
  font-size:0;
  transition:transform .2s ease,background .2s ease,border-color .2s ease,color .2s ease;
}
.ne-tools-grid .ne-tool-item-open b{
  font-size:14px;
  line-height:1;
}
.ne-tools-grid .ne-tool-item-main:hover .ne-tool-item-open{
  transform:translateX(1px);
  border-color:#c8dce7;
  background:#eef9fd;
  color:#078ec3;
}
@media (max-width:980px){
  .ne-tools-grid .ne-tool-item-main{height:84px;min-height:0;}
}
@media (max-width:640px){
  .ne-tools-grid .ne-tool-item-main{height:78px;min-height:0;padding:12px 13px;border-radius:14px;gap:10px;}
  .ne-tools-grid .ne-tool-item-main::before{top:12px;bottom:12px;}
  .ne-tools-grid .ne-tool-item-icon{width:40px;height:40px;flex-basis:40px;border-radius:12px;}
  .ne-tools-grid .ne-tool-item-copy strong{font-size:13px;}
  .ne-tools-grid .ne-tool-item-category,
  .ne-tools-grid .ne-tool-item-description{font-size:10px;}
  .ne-tools-grid .ne-tool-item-open{width:28px;height:28px;flex-basis:28px;}
}

/* V99 — Card de Ferramenta: conteúdo centralizado e composição visual da biblioteca.
   Mantém o modal, pesquisa, filtros e breakpoints; altera apenas a apresentação interna dos cards. */
.ne-tools-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  grid-auto-rows:96px;
  align-items:stretch;
}
.ne-tools-grid .ne-tool-item{
  min-width:0;
  min-height:96px;
  height:96px;
}
.ne-tools-grid .ne-tool-item-main{
  width:100%;
  height:96px;
  min-height:96px;
  max-height:96px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 16px;
}
.ne-tools-grid .ne-tool-item-icon{
  width:52px;
  height:52px;
  flex:0 0 52px;
  border-radius:14px;
}
.ne-tools-grid .ne-tool-item-copy{
  min-width:0;
  flex:1 1 auto;
  align-items:center;
  justify-content:center;
  text-align:center;
  gap:4px;
}
.ne-tools-grid .ne-tool-item-copy strong{
  width:100%;
  font-size:15px;
  line-height:1.2;
  font-weight:800;
  text-align:center;
}
.ne-tools-grid .ne-tool-item-category{
  width:100%;
  color:#078ec3;
  font-size:11px;
  line-height:1.3;
  font-weight:750;
  text-align:center;
}
.ne-tools-grid .ne-tool-item-description{
  display:none;
}
.ne-tools-grid .ne-tool-item-open{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border-radius:50%;
  font-size:0;
}
.ne-tools-grid .ne-tool-item-open b{
  font-size:15px;
}
@media (max-width:980px){
  .ne-tools-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:92px;
  }
  .ne-tools-grid .ne-tool-item{height:92px;min-height:92px;}
  .ne-tools-grid .ne-tool-item-main{height:92px;min-height:92px;max-height:92px;padding:13px 14px;}
  .ne-tools-grid .ne-tool-item-icon{width:48px;height:48px;flex-basis:48px;}
  .ne-tools-grid .ne-tool-item-copy strong{font-size:14px;}
  .ne-tools-grid .ne-tool-item-category{font-size:10.5px;}
}
@media (max-width:640px){
  .ne-tools-grid{
    grid-template-columns:1fr;
    grid-auto-rows:82px;
    gap:9px;
  }
  .ne-tools-grid .ne-tool-item{height:82px;min-height:82px;}
  .ne-tools-grid .ne-tool-item-main{height:82px;min-height:82px;max-height:82px;padding:11px 13px;border-radius:14px;gap:11px;}
  .ne-tools-grid .ne-tool-item-icon{width:42px;height:42px;flex-basis:42px;border-radius:11px;}
  .ne-tools-grid .ne-tool-item-copy{gap:3px;}
  .ne-tools-grid .ne-tool-item-copy strong{font-size:13px;}
  .ne-tools-grid .ne-tool-item-category{font-size:10px;}
  .ne-tools-grid .ne-tool-item-open{width:30px;height:30px;flex-basis:30px;}
  .ne-tools-grid .ne-tool-item-open b{font-size:13px;}
}


/* =========================================================
   V102 — NAVEGAÇÃO DE PLATAFORMA
   Header compacto + menu + barra mobile.
   ========================================================= */
.ne-platform-header{position:sticky;top:0;z-index:9990;width:100%;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(16,28,48,.08);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px)}
.ne-platform-header__inner{width:min(1280px,calc(100% - 32px));min-height:64px;margin:0 auto;display:flex;align-items:center;gap:22px}
.ne-platform-brand{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;color:#0a1422!important;text-decoration:none!important;font-weight:900}
.ne-platform-brand__mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#0a1422;color:#fff;font-size:15px;font-weight:900;line-height:1}
.ne-platform-brand__name{font-size:13px;letter-spacing:.08em;white-space:nowrap}
.ne-platform-nav{display:flex;align-items:stretch;gap:4px;min-width:0;flex:1;height:64px}
.ne-platform-nav__item{display:inline-flex;align-items:center;gap:7px;padding:0 12px;color:#536274!important;text-decoration:none!important;font-size:12px;font-weight:750;white-space:nowrap;border-bottom:2px solid transparent;transition:color .18s ease,border-color .18s ease}
.ne-platform-nav__item:hover,.ne-platform-nav__item:focus-visible{color:#078fc6!important;border-bottom-color:#08aceb}
.ne-platform-nav__icon{font-size:18px;line-height:1;font-weight:600}
.ne-platform-header__actions{display:flex;align-items:center;gap:6px;margin-left:auto}
.ne-platform-action{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:12px;background:transparent;color:#223246!important;text-decoration:none!important;font-size:22px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease}
.ne-platform-action:hover,.ne-platform-action:focus-visible{background:#eef7fb;color:#078fc6!important}
.ne-platform-action--menu{display:none}
.ne-platform-action--account{font-size:19px}
.ne-platform-menu{position:fixed;inset:64px 0 0;z-index:9989;background:rgba(6,16,28,.38);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}
.ne-platform-menu__panel{width:min(380px,calc(100% - 24px));margin:12px 12px 0 auto;padding:16px;border:1px solid rgba(16,28,48,.10);border-radius:18px;background:#fff;box-shadow:0 24px 60px rgba(9,20,36,.18)}
.ne-platform-menu__head{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 14px;border-bottom:1px solid #edf1f4;color:#0a1422}
.ne-platform-menu__head button{width:36px;height:36px;border:0;border-radius:10px;background:#f4f7f9;color:#26384b;font-size:24px;line-height:1;cursor:pointer}
.ne-platform-menu__links{display:grid;gap:4px;padding:12px 0}
.ne-platform-menu__links a,.ne-platform-menu__secondary a{display:flex;align-items:center;min-height:44px;padding:0 12px;border-radius:10px;color:#243448!important;text-decoration:none!important;font-size:14px;font-weight:750}
.ne-platform-menu__links a:hover,.ne-platform-menu__secondary a:hover{background:#eef7fb;color:#078fc6!important}
.ne-platform-menu__secondary{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding-top:10px;border-top:1px solid #edf1f4}
.ne-platform-menu__secondary a{min-height:38px;font-size:12px;font-weight:650;color:#687485!important}
.ne-platform-mobile-nav{display:none}
html.ne-platform-menu-open,html.ne-platform-menu-open body{overflow:hidden}
.ne-platform-navigation-active{padding-top:0}

@media (max-width: 980px){
  .ne-platform-nav{gap:2px}
  .ne-platform-nav__item{padding:0 7px;font-size:11px;gap:5px}
  .ne-platform-nav__icon{font-size:16px}
  .ne-platform-header__inner{gap:10px}
}
@media (max-width: 760px){
  body{padding-bottom:72px}
  .ne-platform-header{position:sticky;top:0}
  .ne-platform-header__inner{width:calc(100% - 20px);min-height:56px}
  .ne-platform-brand__mark{width:32px;height:32px;border-radius:9px}
  .ne-platform-brand__name{font-size:12px}
  .ne-platform-nav{display:none}
  .ne-platform-action--menu{display:grid}
  .ne-platform-action{width:38px;height:38px}
  .ne-platform-menu{inset:56px 0 0}
  .ne-platform-menu__panel{margin:8px 8px 0 auto;width:min(390px,calc(100% - 16px))}
  .ne-platform-mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));left:0;right:0;bottom:0;z-index:9995;min-height:64px;padding:5px 6px max(5px,env(safe-area-inset-bottom));border-top:1px solid rgba(16,28,48,.10);background:rgba(255,255,255,.97);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);box-shadow:0 -10px 30px rgba(9,20,36,.08)}
  .ne-platform-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;border-radius:10px;color:#657286!important;text-decoration:none!important;font-size:20px;line-height:1;transition:color .18s ease,background .18s ease}
  .ne-platform-mobile-nav a:hover,.ne-platform-mobile-nav a:focus-visible{background:#eef7fb;color:#078fc6!important}
  .ne-platform-mobile-nav small{font-size:9px;font-weight:750;line-height:1;white-space:nowrap}
}
@media (prefers-reduced-motion: reduce){.ne-platform-nav__item,.ne-platform-action,.ne-platform-mobile-nav a{transition:none!important}}
/* V102 — esconder apenas o Header Elementor antigo; o Footer permanece nesta etapa. */
.ne-platform-navigation-active .elementor-location-header{display:none!important}
body.admin-bar .ne-platform-header{top:32px}
@media (max-width:782px){body.admin-bar .ne-platform-header{top:46px}.ne-platform-menu{inset:102px 0 0}}


/* =========================================================
   V103.3 — NOAH ACCOUNT CORE
   Front-end authentication layer.
   ========================================================= */
.ne-account-page{min-height:100vh;background:#f5f8fb;color:#07152A;padding:48px 20px 72px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.ne-account-shell{width:min(480px,100%);margin:0 auto;}
.ne-account-brand{text-align:center;margin-bottom:26px;}
.ne-account-brand a{color:#07152A;text-decoration:none;font-size:24px;font-weight:800;letter-spacing:-.02em;}
.ne-account-card{background:#fff;border:1px solid #e4eaf0;border-radius:22px;padding:30px;box-shadow:0 12px 32px rgba(6,20,38,.07);}
.ne-account-title{margin:0 0 8px;color:#07152A;font-size:30px;line-height:1.12;}
.ne-account-intro{margin:0 0 24px;color:#607087;font-size:15px;line-height:1.6;}
.ne-account-form{display:grid;gap:16px;}
.ne-account-field{display:grid;gap:7px;}
.ne-account-field label{color:#26384b;font-size:12px;font-weight:800;}
.ne-account-input{width:100%;height:52px;padding:0 15px;border:1px solid #e4eaf0;border-radius:14px;background:#fff;color:#07152A;font:inherit;font-size:15px;box-sizing:border-box;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;}
.ne-account-input:focus{border-color:#0BB3E3;box-shadow:0 0 0 3px rgba(11,179,227,.13);}
.ne-account-password{position:relative;}
.ne-account-password .ne-account-input{padding-right:52px;}
.ne-account-password-toggle{position:absolute;right:7px;top:7px;width:38px;height:38px;border:0;border-radius:10px;background:transparent;color:#607087;cursor:pointer;font-size:16px;}
.ne-account-password-toggle:hover{background:#f3f7fa;color:#07152A;}
.ne-account-help{margin-top:-5px;color:#607087;font-size:12px;line-height:1.5;}
.ne-account-check{display:flex;align-items:flex-start;gap:9px;color:#607087;font-size:12px;line-height:1.5;}
.ne-account-check input{margin-top:2px;accent-color:#0BB3E3;}
.ne-account-button{width:100%;min-height:52px;padding:0 18px;border:0;border-radius:16px;background:#0BB3E3;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:800;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;box-shadow:0 8px 20px rgba(11,179,227,.18);}
.ne-account-button:hover{background:#078fc6;transform:translateY(-1px);}
.ne-account-button:disabled{opacity:.65;cursor:not-allowed;transform:none;box-shadow:none;}
.ne-account-links{display:flex;justify-content:center;gap:5px;flex-wrap:wrap;margin-top:20px;color:#607087;font-size:13px;}
.ne-account-links a{color:#079ed8;font-weight:800;text-decoration:none;}
.ne-account-links a:hover{text-decoration:underline;}
.ne-account-alert{margin-bottom:18px;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.5;}
.ne-account-alert--error{background:#fff2f2;color:#9b2c2c;border:1px solid #f2caca;}
.ne-account-alert--success{background:#eefbf6;color:#18704d;border:1px solid #c8eadb;}
.ne-account-alert--info{background:#eefaff;color:#17627c;border:1px solid #c8eaf5;}
.ne-account-dashboard{width:min(900px,100%);margin:0 auto;}
.ne-account-dashboard .ne-account-card{margin-bottom:18px;}
.ne-account-welcome{display:flex;align-items:center;gap:14px;}
.ne-account-avatar{width:54px;height:54px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#071426;color:#fff;font-weight:800;font-size:18px;flex:0 0 auto;}
.ne-account-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.ne-account-mini-card{padding:20px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.05);}
.ne-account-mini-card strong{display:block;color:#07152A;font-size:15px;margin-bottom:5px;}
.ne-account-mini-card span{color:#607087;font-size:13px;line-height:1.5;}
.ne-account-logout{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 15px;border-radius:14px;background:#f3f7fa;color:#26384b;text-decoration:none;font-size:12px;font-weight:800;}
.ne-account-logout:hover{background:#e8f1f6;}
@media (max-width:767px){
 .ne-account-page{padding:24px 16px 48px;align-items:flex-start;}
 .ne-account-shell{margin-top:24px;}
 .ne-account-card{padding:22px 18px;border-radius:18px;}
 .ne-account-title{font-size:27px;}
 .ne-account-dashboard-grid{grid-template-columns:1fr;}
}

/* V103.3.1 — Account Navigation */
.ne-platform-action--account{position:relative}
.ne-platform-action--account span{display:block;transform:scale(.9)}
@media (max-width:767px){.ne-platform-mobile-nav small{font-size:8.5px}.ne-platform-mobile-nav a{font-size:18px}}

/* V104.1 — Noah Student Area: banner + avatar personalizáveis */
.ne-account-profile-hero{position:relative;overflow:hidden;margin-bottom:18px;border:1px solid #e4eaf0;border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(6,20,38,.07);}
.ne-account-banner{height:190px;background:linear-gradient(135deg,#071426 0%,#0BB3E3 100%);background-size:cover;background-position:center;position:relative;}
.ne-account-banner.has-image:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,20,38,.04),rgba(7,20,38,.22));}
.ne-account-banner-label{position:absolute;right:16px;top:14px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.86);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#26384b;font-size:10px;font-weight:800;}
.ne-account-profile-info{display:flex;align-items:flex-end;gap:16px;padding:0 26px 24px;}
.ne-account-avatar-wrap{position:relative;flex:0 0 auto;margin-top:-44px;}
.ne-account-avatar-wrap .ne-account-avatar{width:88px;height:88px;border:5px solid #fff;box-shadow:0 8px 24px rgba(6,20,38,.12);font-size:28px;}
.ne-account-avatar-image{display:block;object-fit:cover;}
.ne-account-avatar-badge{position:absolute;right:0;bottom:2px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e4eaf0;box-shadow:0 4px 12px rgba(6,20,38,.10);font-size:13px;}
.ne-account-profile-text{padding-bottom:2px;}
.ne-account-profile-text .ne-account-title{margin-bottom:4px;}
.ne-account-profile-editor{margin-bottom:18px;}
.ne-account-section-heading h2{margin:0 0 5px;color:#07152A;font-size:18px;line-height:1.25;}
.ne-account-section-heading p{margin:0;color:#607087;font-size:13px;line-height:1.55;}
.ne-account-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px;}
.ne-account-upload-box{display:flex;flex-direction:column;gap:5px;padding:18px;border:1px dashed #cddbe5;border-radius:16px;background:#f8fbfd;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease;}
.ne-account-upload-box:hover{border-color:#0BB3E3;background:#f2fbfe;transform:translateY(-1px);}
.ne-account-upload-title{color:#07152A;font-size:13px;font-weight:800;}
.ne-account-upload-help{color:#607087;font-size:11px;line-height:1.45;}
.ne-account-upload-box input{margin-top:7px;width:100%;font:inherit;font-size:11px;color:#607087;}
.ne-account-profile-actions{margin-top:16px;}
.ne-account-profile-save{max-width:240px;}
@media (max-width:767px){
 .ne-account-profile-hero{border-radius:18px;}
 .ne-account-banner{height:145px;}
 .ne-account-profile-info{align-items:flex-start;flex-direction:column;gap:10px;padding:0 18px 20px;}
 .ne-account-avatar-wrap{margin-top:-42px;}
 .ne-account-avatar-wrap .ne-account-avatar{width:82px;height:82px;}
 .ne-account-upload-grid{grid-template-columns:1fr;}
 .ne-account-profile-save{max-width:none;}
}

/* =========================================================
   V104.2 — NOAH LEARNING PROGRESS
   Estado de conclusão da Aula + área pessoal.
   ========================================================= */
.ne-learning-completion{display:flex;align-items:center;gap:12px;margin-top:18px;flex-wrap:wrap}
.ne-learning-completion-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border:1px solid #dce6ee;border-radius:14px;background:#fff;color:#26384b;font:inherit;font-size:11px;font-weight:850;letter-spacing:.01em;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.ne-learning-completion-button:hover{border-color:#0BB3E3;background:#f2fbfe;color:#078fc6;transform:translateY(-1px)}
.ne-learning-completion-button.is-completed{border-color:#bfe8d8;background:#eefbf6;color:#18704d}
.ne-learning-completion-button.is-loading{opacity:.72;cursor:wait;transform:none}
.ne-learning-completion-status{color:#607087;font-size:12px;line-height:1.4}
.ne-learning-login-prompt{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:13px 15px;border:1px solid #e4eaf0;border-radius:14px;background:#f8fbfd;color:#607087;font-size:12px;line-height:1.5}
.ne-learning-login-prompt a{color:#078fc6;font-weight:850;text-decoration:none;white-space:nowrap}
.ne-account-learning-section{margin-bottom:20px}
.ne-account-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:12px}
.ne-account-section-heading h2{margin:0 0 5px;color:#07152A;font-size:18px;line-height:1.25}
.ne-account-section-heading p{margin:0;color:#607087;font-size:13px;line-height:1.55}
.ne-account-continue-card{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.05)}
.ne-account-continue-card>div{min-width:0;flex:1}
.ne-account-eyebrow{display:block;margin-bottom:6px;color:#078fc6;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.ne-account-continue-card strong,.ne-account-course-card strong{display:block;color:#07152A;font-size:16px;line-height:1.35}
.ne-account-progress-track{height:7px;margin-top:13px;overflow:hidden;border-radius:999px;background:#eaf1f5}
.ne-account-progress-track span{display:block;height:100%;border-radius:inherit;background:#0BB3E3;transition:width .25s ease}
.ne-account-continue-card small{display:block;margin-top:7px;color:#607087;font-size:11px}
.ne-account-button-inline{width:auto;min-width:145px;text-decoration:none;white-space:nowrap}
.ne-account-empty-card{display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:22px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;color:#607087;box-shadow:0 8px 24px rgba(6,20,38,.04)}
.ne-account-empty-card strong{color:#07152A;font-size:15px}
.ne-account-empty-card span{font-size:13px;line-height:1.55}
.ne-account-empty-card .ne-account-button-inline{margin-top:8px}
.ne-account-course-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ne-account-course-card{padding:19px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.05)}
.ne-account-course-card .ne-account-course-meta{display:flex;justify-content:space-between;gap:8px;margin-top:7px;color:#607087;font-size:11px}
.ne-account-course-card>a{display:inline-block;margin-top:14px;color:#078fc6;font-size:12px;font-weight:850;text-decoration:none}
.ne-account-progress-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ne-account-stat-card{padding:20px;border:1px solid #e4eaf0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.04)}
.ne-account-stat-card strong{display:block;color:#07152A;font-size:25px;line-height:1;margin-bottom:7px}
.ne-account-stat-card span{color:#607087;font-size:12px;line-height:1.4}
.ne-account-activity-list{overflow:hidden;border:1px solid #e4eaf0;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.04)}
.ne-account-activity-item{display:flex;align-items:center;gap:13px;padding:15px 17px;color:#07152A;text-decoration:none;border-bottom:1px solid #edf2f5;transition:background .18s ease}
.ne-account-activity-item:last-child{border-bottom:0}
.ne-account-activity-item:hover{background:#f8fbfd}
.ne-account-activity-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:50%;background:#eefbf6;color:#18704d;font-weight:900}
.ne-account-activity-item span:nth-child(2){min-width:0;flex:1}
.ne-account-activity-item strong{display:block;font-size:13px;line-height:1.4}
.ne-account-activity-item small{display:block;margin-top:2px;color:#607087;font-size:11px}
.ne-account-activity-item>b{color:#078fc6;font-size:16px}
@media (max-width:980px){
 .ne-account-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
 .ne-learning-completion{align-items:stretch;flex-direction:column}
 .ne-learning-completion-button{width:100%}
 .ne-learning-login-prompt{align-items:flex-start;flex-direction:column}
 .ne-account-continue-card{align-items:stretch;flex-direction:column}
 .ne-account-button-inline{width:100%;}
 .ne-account-course-grid,.ne-account-progress-stats{grid-template-columns:1fr}
 .ne-account-section-heading{align-items:flex-start;flex-direction:column}
}

/* V104.3.1 — estados reais dos cursos */
.ne-account-course-card.is-completed .ne-account-progress-track span{opacity:.75}
.ne-account-course-card.is-completed .ne-account-eyebrow{color:#15945b}
.ne-account-course-card.is-in_progress .ne-account-eyebrow{color:#08A9DC}

/* =========================================================
   V104.4 — NOAH ACCOUNT MODERN PROFILE LAYOUT
   Visual reference: profile cover + avatar + quick actions.
   Native file inputs are hidden; image changes are triggered
   from the camera/upload icons instead.
   ========================================================= */
.ne-account-shell--dashboard{width:min(1140px,100%)}
.ne-account-shell--dashboard>.ne-account-card{padding:0;overflow:hidden;border-radius:26px;background:#fff}
.ne-account-dashboard--modern{width:100%;margin:0 auto}
.ne-account-file-input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.ne-account-profile-hero--modern{margin:0;border:0;border-radius:0;overflow:hidden;background:#071426;box-shadow:none}
.ne-account-profile-hero--modern .ne-account-banner{height:285px;background-color:#071426;background-image:linear-gradient(135deg,#071426 0%,#081b32 48%,#0BB3E3 160%);background-size:cover;background-position:center;position:relative}
.ne-account-profile-hero--modern .ne-account-banner.has-image{background-position:center}
.ne-account-banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,10,20,.82) 0%,rgba(3,10,20,.34) 55%,rgba(3,10,20,.06) 100%)}
.ne-account-banner-heading{position:absolute;left:32px;top:26px;display:flex;align-items:center;gap:9px;color:#0BB3E3;font-size:15px;font-weight:800;letter-spacing:.01em}
.ne-account-banner-heading-icon{display:grid;place-items:center;width:28px;height:28px}
.ne-account-banner-heading-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-media-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-profile-info--modern{position:relative;display:flex;align-items:flex-end;gap:20px;margin-top:-78px;padding:0 42px 30px;color:#fff;z-index:2}
.ne-account-profile-info--modern .ne-account-avatar-wrap{margin-top:0}
.ne-account-profile-info--modern .ne-account-avatar{width:132px;height:132px;border:5px solid #fff;box-shadow:0 12px 32px rgba(0,0,0,.25);font-size:42px;background:#0b2039}
.ne-account-profile-info--modern .ne-account-avatar-image{object-fit:cover}
.ne-account-profile-info--modern .ne-account-avatar-badge{right:-3px;bottom:4px;width:38px;height:38px;border:4px solid #fff;background:#fff;color:#0BB3E3;box-shadow:0 6px 18px rgba(0,0,0,.18);cursor:pointer;padding:0}
.ne-account-avatar-badge svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-profile-info--modern .ne-account-profile-text{padding-bottom:8px}
.ne-account-profile-info--modern .ne-account-title{margin:0 0 5px;color:#fff;font-size:34px;line-height:1.08;letter-spacing:-.03em}
.ne-account-profile-info--modern .ne-account-intro{margin:0;color:rgba(255,255,255,.78);font-size:15px;line-height:1.5}
.ne-account-quick-grid{position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0 22px 22px;padding:20px 8px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(4,15,29,.82);box-shadow:0 18px 42px rgba(0,0,0,.2);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ne-account-quick-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-height:100px;padding:10px 14px;color:#fff;text-decoration:none;text-align:center;border-right:1px solid rgba(255,255,255,.09);transition:background .18s ease,transform .18s ease}
.ne-account-quick-item:last-child{border-right:0}
.ne-account-quick-item:hover{background:rgba(255,255,255,.04);transform:translateY(-1px)}
.ne-account-quick-icon{display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(11,179,227,.35);border-radius:16px;background:rgba(11,179,227,.06);color:#249ef0}
.ne-account-quick-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-account-quick-item strong{font-size:14px;line-height:1.2}
.ne-account-quick-item small{color:rgba(255,255,255,.64);font-size:11px;line-height:1.35}
.ne-account-profile-editor--modern{margin:28px 22px 22px;padding:32px;border-radius:24px;box-shadow:none;background:#fff}
.ne-account-upload-grid--modern{gap:22px;margin-top:22px}
.ne-account-upload-box--modern{align-items:center;justify-content:flex-start;gap:8px;min-height:230px;padding:26px;border:1px solid #e4eaf0;border-radius:22px;background:#fff;cursor:default;text-align:center;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.ne-account-upload-box--modern:hover{border-color:#c9e9f4;background:#fff;transform:translateY(-2px);box-shadow:0 14px 32px rgba(6,20,38,.06)}
.ne-account-upload-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:6px;border-radius:50%;background:#eaf6ff;color:#167fe8}
.ne-account-upload-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-account-upload-box--modern .ne-account-upload-title{font-size:17px}
.ne-account-upload-box--modern .ne-account-upload-help{font-size:12px}
.ne-account-upload-trigger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;margin-top:12px;padding:0 22px;border:1.5px solid #1788f0;border-radius:12px;background:#fff;color:#147ce3;font:inherit;font-size:12px;font-weight:850;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}
.ne-account-upload-trigger svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-upload-trigger:hover{background:#1788f0;color:#fff;transform:translateY(-1px);box-shadow:0 8px 18px rgba(23,136,240,.18)}
.ne-account-profile-actions--modern{display:flex;justify-content:center;margin-top:24px}
.ne-account-profile-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:220px;background:#147fe8}
.ne-account-profile-save svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-profile-save:hover{background:#0d6ed1}
.ne-account-learning-section{margin-left:22px;margin-right:22px}
.ne-account-logout-row{padding:0 22px 28px;text-align:right}
@media (max-width:980px){
 .ne-account-shell--dashboard{width:min(920px,100%)}
 .ne-account-profile-hero--modern .ne-account-banner{height:250px}
 .ne-account-profile-info--modern{padding-left:30px;padding-right:30px}
 .ne-account-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
 .ne-account-quick-item:nth-child(2){border-right:0}
 .ne-account-quick-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.09)}
}
@media (max-width:767px){
 .ne-account-shell--dashboard{width:100%}
 .ne-account-shell--dashboard>.ne-account-card{border-radius:18px}
 .ne-account-profile-hero--modern .ne-account-banner{height:210px}
 .ne-account-banner-heading{left:18px;top:18px;font-size:13px}

 .ne-account-profile-info--modern{align-items:flex-start;flex-direction:column;gap:9px;margin-top:-58px;padding:0 20px 22px}
 .ne-account-profile-info--modern .ne-account-avatar{width:104px;height:104px;font-size:34px}
 .ne-account-profile-info--modern .ne-account-profile-text{padding-bottom:0}
 .ne-account-profile-info--modern .ne-account-title{font-size:28px;max-width:320px}
 .ne-account-profile-info--modern .ne-account-intro{font-size:13px}
 .ne-account-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 12px 14px;padding:8px 0;border-radius:18px}
 .ne-account-quick-item{min-height:92px;padding:8px 6px}
 .ne-account-quick-icon{width:48px;height:48px;border-radius:14px}
 .ne-account-quick-icon svg{width:25px;height:25px}
 .ne-account-quick-item strong{font-size:12px}
 .ne-account-quick-item small{font-size:10px}
 .ne-account-profile-editor--modern{margin:20px 14px 16px;padding:22px 16px;border-radius:20px}
 .ne-account-upload-grid--modern{grid-template-columns:1fr;gap:14px}
 .ne-account-upload-box--modern{min-height:205px;padding:22px}
 .ne-account-profile-actions--modern{margin-top:18px}
 .ne-account-profile-save{width:100%;min-width:0}
 .ne-account-learning-section{margin-left:14px;margin-right:14px}
 .ne-account-logout-row{padding:0 14px 22px}
}

/* V104.4.1 — Conta limpa: personalização incorporada nos ícones */
.ne-account-shell--dashboard .ne-account-brand{display:none!important}
.ne-account-shell--dashboard #ne-account-profile-editor{display:none!important}
.ne-account-shell--dashboard .ne-account-quick-item[href="#ne-account-profile-editor"]{display:none!important}
.ne-account-shell--dashboard .ne-account-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:980px){
 .ne-account-shell--dashboard .ne-account-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:767px){
}


/* =========================================================
   V104.5 — NOAH MY COURSES
   Área dedicada aos cursos com progresso real.
   ========================================================= */
.ne-account-shell--courses{width:min(1140px,100%)}
.ne-account-shell--courses>.ne-account-card{padding:0;overflow:hidden;border-radius:26px;background:#f7fafc}
.ne-account-courses-page{padding:34px 30px 38px}
.ne-account-page-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}
.ne-account-back-link{display:inline-flex;align-items:center;color:#607087;text-decoration:none;font-size:12px;font-weight:800}
.ne-account-back-link:hover{color:#0b9fd2}
.ne-account-page-kicker{color:#0b9fd2;font-size:10px;font-weight:900;letter-spacing:.12em}
.ne-account-page-heading{margin-bottom:26px}
.ne-account-page-heading>div{display:flex;align-items:center;gap:14px}
.ne-account-page-icon{display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(11,179,227,.25);border-radius:17px;background:#eaf8fd;color:#079ed8;flex:0 0 auto}
.ne-account-page-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-account-page-heading h1{margin:0 0 5px;color:#07152A;font-size:30px;line-height:1.1;letter-spacing:-.025em}
.ne-account-page-heading p{margin:0;color:#607087;font-size:13px;line-height:1.55}
.ne-account-course-grid--full{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.ne-account-course-card--visual{display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid #e1e9ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(6,20,38,.055)}
.ne-account-course-thumb{display:block;height:190px;background:linear-gradient(135deg,#071426,#0b8fc0);overflow:hidden;text-decoration:none}
.ne-account-course-thumb-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.ne-account-course-card--visual:hover .ne-account-course-thumb-img{transform:scale(1.025)}
.ne-account-course-thumb-placeholder{display:grid;place-items:center;width:100%;height:100%;color:rgba(255,255,255,.75)}
.ne-account-course-thumb-placeholder svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-card-content{padding:22px}
.ne-account-course-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px}
.ne-account-course-card--visual h2{margin:0 0 16px;color:#07152A;font-size:20px;line-height:1.25;letter-spacing:-.015em}
.ne-account-course-state{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#eef6fa;color:#607087;font-size:9px;font-weight:900;white-space:nowrap}
.ne-account-course-state.is-in_progress{background:#eaf8fd;color:#078dbf}
.ne-account-course-state.is-completed{background:#eaf8f2;color:#18704d}
.ne-account-course-state svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-card--visual .ne-account-progress-track{height:7px;margin-bottom:9px;border-radius:999px;background:#eaf0f4;overflow:hidden}
.ne-account-course-card--visual .ne-account-progress-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0bb3e3,#1788f0)}
.ne-account-course-card--visual .ne-account-course-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:18px;color:#607087;font-size:11px}
.ne-account-course-action{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:46px;padding:0 14px;border-radius:13px;background:#0bb3e3;color:#fff;text-decoration:none;font-size:11px;font-weight:900;transition:background .18s ease,transform .18s ease}
.ne-account-course-action:hover{background:#078fc6;color:#fff;transform:translateY(-1px)}
.ne-account-course-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-card.is-completed .ne-account-course-action{background:#071426}
.ne-account-course-card.is-completed .ne-account-course-action:hover{background:#0b2039}
.ne-account-empty-card--courses{min-height:300px;display:flex;align-items:center;justify-content:center;text-align:center}
.ne-account-empty-icon{display:grid;place-items:center;width:64px;height:64px;margin-bottom:4px;border-radius:20px;background:#eaf8fd;color:#079ed8}
.ne-account-empty-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-account-courses-note{display:flex;justify-content:space-between;gap:16px;margin-top:22px;color:#8090a1;font-size:10px;line-height:1.45}
.ne-account-courses-note a{color:#078fc6;text-decoration:none;font-weight:800}
@media (max-width:767px){
 .ne-account-shell--courses{width:100%}
 .ne-account-shell--courses>.ne-account-card{border-radius:18px}
 .ne-account-courses-page{padding:24px 16px 28px}
 .ne-account-page-topbar{margin-bottom:18px}
 .ne-account-page-heading{margin-bottom:20px}
 .ne-account-page-heading h1{font-size:25px}
 .ne-account-page-heading p{font-size:12px}
 .ne-account-page-icon{width:48px;height:48px;border-radius:15px}
 .ne-account-page-icon svg{width:25px;height:25px}
 .ne-account-course-grid--full{grid-template-columns:1fr;gap:14px}
 .ne-account-course-thumb{height:170px}
 .ne-account-course-card-content{padding:18px}
 .ne-account-course-card--visual h2{font-size:18px}
 .ne-account-courses-note{flex-direction:column;gap:8px}
}

/* =========================================================
   V104.6 — NOAH COURSE DETAIL
   Página individual do curso como central de aprendizagem.
   ========================================================= */
.ne-account-shell--course-detail{width:min(1140px,100%)}
.ne-account-shell--course-detail>.ne-account-card{padding:0;overflow:hidden;border-radius:26px;background:#f7fafc}
.ne-account-course-detail{padding:30px 30px 36px}
.ne-account-course-detail-back{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.ne-account-course-detail-back>span{color:#0b9fd2;font-size:10px;font-weight:900;letter-spacing:.12em}
.ne-account-course-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);min-height:350px;overflow:hidden;border:1px solid #dfe8ee;border-radius:24px;background:#071426;box-shadow:0 14px 36px rgba(6,20,38,.08)}
.ne-account-course-hero-media{position:relative;min-height:350px;background:linear-gradient(135deg,#071426,#0b8fc0);background-size:cover;background-position:center}
.ne-account-course-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,20,38,.05),rgba(7,20,38,.55))}
.ne-account-course-hero-icon{position:absolute;left:28px;bottom:28px;display:grid;place-items:center;width:58px;height:58px;border:1px solid rgba(255,255,255,.22);border-radius:18px;background:rgba(7,20,38,.48);color:#fff;backdrop-filter:blur(8px)}
.ne-account-course-hero-icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-hero-content{display:flex;flex-direction:column;justify-content:center;padding:38px;color:#fff}
.ne-account-course-state--hero{align-self:flex-start;margin-bottom:12px;background:rgba(255,255,255,.12);color:#fff}
.ne-account-course-state--hero.is-in_progress{background:rgba(11,179,227,.18);color:#aeeeff}
.ne-account-course-state--hero.is-completed{background:rgba(46,196,133,.18);color:#a9f0d0}
.ne-account-course-hero-content h1{margin:0 0 12px;color:#fff;font-size:34px;line-height:1.1;letter-spacing:-.03em}
.ne-account-course-hero-content>p{margin:0 0 22px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.65}
.ne-account-course-hero-stats{display:flex;gap:24px;margin-bottom:10px;color:rgba(255,255,255,.62);font-size:11px}
.ne-account-course-hero-stats strong{display:block;color:#fff;font-size:16px;margin-bottom:2px}
.ne-account-course-hero .ne-account-progress-track{height:8px;margin:0 0 20px;background:rgba(255,255,255,.13)}
.ne-account-course-hero .ne-account-progress-track span{background:linear-gradient(90deg,#0bb3e3,#4cc9f0)}
.ne-account-course-hero-action{display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:50px;padding:0 16px;border-radius:14px;background:#0bb3e3;color:#fff;text-decoration:none;font-size:11px;font-weight:900;transition:transform .18s ease,background .18s ease}
.ne-account-course-hero-action:hover{background:#078fc6;color:#fff;transform:translateY(-1px)}
.ne-account-course-hero-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-lessons{margin-top:26px;padding:26px;border:1px solid #e1e9ef;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(6,20,38,.04)}
.ne-account-course-lessons-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.ne-account-course-lessons-heading h2{margin:2px 0 5px;color:#07152A;font-size:21px;line-height:1.2}
.ne-account-course-lessons-heading p{margin:0;color:#607087;font-size:12px;line-height:1.55}
.ne-account-course-lesson-count{padding:8px 10px;border-radius:999px;background:#eef6fa;color:#607087;font-size:10px;font-weight:850;white-space:nowrap}
.ne-account-course-lesson-list{display:flex;flex-direction:column;gap:8px}
.ne-account-course-lesson-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;padding:12px 13px;border:1px solid #e5ebef;border-radius:15px;background:#fff;color:#07152A;text-decoration:none;transition:border-color .18s ease,background .18s ease,transform .18s ease}
.ne-account-course-lesson-item:hover{border-color:#b8dfea;background:#f9fdff;transform:translateY(-1px)}
.ne-account-course-lesson-item.is-next{border-color:#b5e7f4;background:#f2fbfe;box-shadow:0 5px 18px rgba(11,179,227,.07)}
.ne-account-course-lesson-number{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#f0f5f8;color:#607087;font-size:11px;font-weight:900}
.ne-account-course-lesson-item.is-next .ne-account-course-lesson-number{background:#0bb3e3;color:#fff}
.ne-account-course-lesson-item.is-completed .ne-account-course-lesson-number{background:#eaf8f2;color:#18704d}
.ne-account-course-lesson-number svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-lesson-copy{min-width:0}
.ne-account-course-lesson-copy strong{display:block;overflow:hidden;color:#07152A;font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.ne-account-course-lesson-copy small{display:block;margin-top:3px;color:#8492a2;font-size:10px}
.ne-account-course-lesson-action{display:inline-flex;align-items:center;gap:5px;color:#078fc6;font-size:10px;font-weight:900;white-space:nowrap}
.ne-account-course-lesson-action svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-course-detail-footer{margin-top:18px;text-align:center}
.ne-account-course-detail-footer a{color:#607087;text-decoration:none;font-size:11px;font-weight:800}
.ne-account-course-detail-footer a:hover{color:#078fc6}
@media (max-width:900px){
 .ne-account-course-hero{grid-template-columns:1fr}
 .ne-account-course-hero-media{min-height:230px}
 .ne-account-course-hero-content{padding:28px}
}
@media (max-width:767px){
 .ne-account-shell--course-detail{width:100%}
 .ne-account-shell--course-detail>.ne-account-card{border-radius:18px}
 .ne-account-course-detail{padding:22px 14px 28px}
 .ne-account-course-detail-back{margin-bottom:15px}
 .ne-account-course-hero{border-radius:20px}
 .ne-account-course-hero-media{min-height:190px}
 .ne-account-course-hero-icon{left:18px;bottom:18px;width:50px;height:50px;border-radius:15px}
 .ne-account-course-hero-icon svg{width:25px;height:25px}
 .ne-account-course-hero-content{padding:22px 18px 20px}
 .ne-account-course-hero-content h1{font-size:27px}
 .ne-account-course-hero-content>p{font-size:12px;margin-bottom:18px}
 .ne-account-course-lessons{margin-top:16px;padding:18px 14px;border-radius:18px}
 .ne-account-course-lessons-heading{align-items:flex-start;flex-direction:column;gap:10px}
 .ne-account-course-lesson-item{grid-template-columns:38px minmax(0,1fr);gap:10px;padding:10px}
 .ne-account-course-lesson-number{width:38px;height:38px;border-radius:12px}
 .ne-account-course-lesson-action{grid-column:2;justify-self:start;margin-top:-3px}
 .ne-account-course-lesson-copy strong{white-space:normal}
}

/* =========================================================
   V104.6.2 — NOAH ACCOUNT FULLSCREEN
   A Conta do aluno ocupa toda a largura da viewport, sem
   margens/padding externos nem limite de 1140px.
   ========================================================= */
html body.ne-account-shell--dashboard,
body.ne-account-shell--dashboard{
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    max-width:none !important;
    overflow-x:hidden;
}
body.ne-account-shell--dashboard .ne-account-page{
    width:100% !important;
    max-width:none !important;
    min-height:100vh;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    align-items:initial;
    justify-content:initial;
}
body.ne-account-shell--dashboard .ne-account-shell--dashboard{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}
body.ne-account-shell--dashboard .ne-account-shell--dashboard > .ne-account-card{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
}
body.ne-account-shell--dashboard .ne-account-dashboard--modern{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
}
@media (max-width:767px){
    body.ne-account-shell--dashboard .ne-account-page,
    body.ne-account-shell--dashboard .ne-account-shell--dashboard,
    body.ne-account-shell--dashboard .ne-account-shell--dashboard > .ne-account-card{
        width:100% !important;
        max-width:none !important;
        margin:0 !important;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}


/* =========================================================
   V104.6.3 — CONTA: nome limpo + configurações pessoais
   ========================================================= */
.ne-account-shell--dashboard .ne-account-quick-item[href*="/conta/configuracoes/"]{display:flex!important}
.ne-account-shell--dashboard .ne-account-profile-text .ne-account-title{margin:0;color:#fff;font-size:34px;line-height:1.08;letter-spacing:-.03em}
.ne-account-shell--dashboard .ne-account-profile-text .ne-account-intro{display:none!important}
.ne-account-settings-page{width:100%;padding:34px 30px 48px;background:#f7fafc;min-height:calc(100vh - 1px)}
.ne-account-settings-card{max-width:860px;margin:0 auto;padding:30px;border:1px solid #dfe6ee;border-radius:24px;background:#fff;box-shadow:0 14px 36px rgba(7,21,42,.06)}
.ne-account-settings-field label{display:block;margin:0 0 8px;color:#07152A;font-size:16px;font-weight:800}
.ne-account-settings-field p{margin:0 0 14px;color:#607087;font-size:13px;line-height:1.55}
.ne-account-settings-field input{display:block;width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #cfd9e5;border-radius:12px;background:#fff;color:#07152A;font:inherit;outline:none}
.ne-account-settings-field input:focus{border-color:#079ed8;box-shadow:0 0 0 3px rgba(7,158,216,.12)}
.ne-account-settings-field small{display:block;margin-top:7px;color:#7a8797;font-size:11px}
.ne-account-settings-actions{display:flex;justify-content:flex-end;margin-top:22px}
@media (max-width:980px){
 }
@media (max-width:767px){
 .ne-account-settings-page{padding:24px 14px 36px}
 .ne-account-settings-card{padding:22px 16px;border-radius:20px}
 .ne-account-shell--dashboard .ne-account-profile-text .ne-account-title{font-size:28px}
}

/* =========================================================
   V104.6.5 — PERSONALIZAÇÃO DA CONTA
   Dados pessoais + mensagem + aparência da navegação.
   ========================================================= */
.ne-account-settings-card--profile{max-width:980px}
.ne-account-settings-section{padding:0 0 28px;margin:0 0 28px;border-bottom:1px solid #e5ebf1}
.ne-account-settings-section:last-of-type{margin-bottom:0;border-bottom:0}
.ne-account-settings-section-head{display:flex;align-items:flex-start;gap:12px;margin-bottom:18px}
.ne-account-settings-section-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 38px;border:1px solid rgba(11,179,227,.28);border-radius:12px;background:linear-gradient(145deg,#eefaff,#f7fbff);color:#078fc6;font-size:17px;box-shadow:0 8px 18px rgba(7,158,216,.08)}
.ne-account-settings-section-head h2{margin:1px 0 4px;color:#07152A;font-size:17px;line-height:1.2;letter-spacing:-.01em}
.ne-account-settings-section-head p{margin:0;color:#607087;font-size:12px;line-height:1.5}
.ne-account-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ne-account-settings-field label{display:block;margin:0 0 8px;color:#07152A;font-size:13px;font-weight:850}
.ne-account-settings-field input{min-height:48px;padding:12px 14px;border-radius:13px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.ne-account-settings-field input:hover{border-color:#a9bdcf}
.ne-account-settings-field input:focus{transform:translateY(-1px)}
.ne-account-settings-field small{font-size:10.5px;line-height:1.45}
.ne-account-theme-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ne-account-theme-option{position:relative;display:block;cursor:pointer}
.ne-account-theme-option input{position:absolute;opacity:0;pointer-events:none}
.ne-account-theme-preview{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:112px;padding:15px;border:1px solid #d7e0e8;border-radius:16px;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.ne-account-theme-preview::before{content:"";position:absolute;left:12px;right:12px;top:12px;height:42px;border-radius:9px;border:1px solid rgba(255,255,255,.12)}
.ne-account-theme-preview--dark{background:linear-gradient(135deg,#020914,#0a1d32);color:#fff}
.ne-account-theme-preview--dark::before{background:linear-gradient(90deg,#061426,#0b5b82)}
.ne-account-theme-preview--light{background:linear-gradient(135deg,#fff,#edf5fa);color:#07152A}
.ne-account-theme-preview--light::before{background:linear-gradient(90deg,#fff,#dff4fb);border-color:#cfdde7}
.ne-account-theme-preview b,.ne-account-theme-preview small{position:relative;z-index:1}
.ne-account-theme-preview b{font-size:13px;margin-bottom:3px}
.ne-account-theme-preview small{font-size:10px;opacity:.72}
.ne-account-theme-option:hover .ne-account-theme-preview{transform:translateY(-2px);border-color:#0bb3e3;box-shadow:0 12px 24px rgba(7,21,42,.08)}
.ne-account-theme-option.is-selected .ne-account-theme-preview{border-color:#0bb3e3;box-shadow:0 0 0 3px rgba(11,179,227,.12),0 12px 24px rgba(7,21,42,.08)}
.ne-account-theme-option.is-selected .ne-account-theme-preview::after{content:"✓";position:absolute;right:12px;top:12px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0bb3e3;color:#fff;font-size:12px;font-weight:900}
.ne-account-settings-actions{justify-content:flex-end}

/* Preferência do utilizador para a navegação pública da Noah. */
body.ne-noah-navigation-theme-dark .ne-platform-header{background:rgba(3,11,23,.94);border-bottom-color:rgba(11,179,227,.12);box-shadow:0 8px 28px rgba(0,0,0,.18)}
body.ne-noah-navigation-theme-dark .ne-platform-brand__name{color:#fff}
body.ne-noah-navigation-theme-dark .ne-platform-nav__item{color:rgba(235,248,255,.72)!important}
body.ne-noah-navigation-theme-dark .ne-platform-nav__item:hover,body.ne-noah-navigation-theme-dark .ne-platform-nav__item:focus-visible{color:#0bb3e3!important}
body.ne-noah-navigation-theme-dark .ne-platform-action{color:#eafaff!important}
body.ne-noah-navigation-theme-dark .ne-platform-mobile-nav{background:rgba(3,11,23,.96);border-top-color:rgba(11,179,227,.14);box-shadow:0 -10px 30px rgba(0,0,0,.24)}
body.ne-noah-navigation-theme-dark .ne-platform-mobile-nav a{color:rgba(235,248,255,.7)!important}
body.ne-noah-navigation-theme-dark .ne-platform-mobile-nav a:hover,body.ne-noah-navigation-theme-dark .ne-platform-mobile-nav a:focus-visible{background:rgba(11,179,227,.08);color:#0bb3e3!important}

body.ne-noah-navigation-theme-light .ne-platform-header{background:rgba(255,255,255,.96);border-bottom-color:rgba(16,28,48,.08)}
body.ne-noah-navigation-theme-light .ne-platform-brand__name{color:#07152A}
body.ne-noah-navigation-theme-light .ne-platform-nav__item{color:#536274!important}
body.ne-noah-navigation-theme-light .ne-platform-action{color:#26384b!important}
body.ne-noah-navigation-theme-light .ne-platform-mobile-nav{background:rgba(255,255,255,.97);border-top-color:rgba(16,28,48,.10);box-shadow:0 -10px 30px rgba(9,20,36,.08)}
body.ne-noah-navigation-theme-light .ne-platform-mobile-nav a{color:#657286!important}

@media (max-width:767px){
    .ne-account-settings-grid,.ne-account-theme-options{grid-template-columns:1fr}
    .ne-account-settings-section{padding-bottom:22px;margin-bottom:22px}
    .ne-account-settings-section-head{gap:10px}
    .ne-account-settings-section-icon{width:34px;height:34px;flex-basis:34px;border-radius:11px}
    .ne-account-settings-actions{justify-content:stretch}
    .ne-account-settings-actions .ne-account-button{width:100%;max-width:none}
}


/* =========================================================
   V104.6.8 — NOAH ACCOUNT: HEADER COMPACTO ROBUSTO NO SCROLL
   O avatar e o nome migram suavemente para o topo durante o scroll.
   ========================================================= */
.ne-account-shell--dashboard{--ne-scroll-progress:0}
.ne-account-shell--dashboard .ne-account-profile-info--modern{
    position:relative;
    z-index:5;
    transform:translate3d(calc(-42px * var(--ne-scroll-progress)),calc(-10px * var(--ne-scroll-progress)),0) scale(calc(1 - (0.025 * var(--ne-scroll-progress))));
    transform-origin:left center;
    transition:transform .08s linear,opacity .08s linear;
}
.ne-account-shell--dashboard .ne-account-scroll-header{
    position:fixed;
    left:0;right:0;top:0;
    z-index:100000;
    height:64px;
    display:flex;
    align-items:center;
    gap:10px;
    padding:8px 26px;
    box-sizing:border-box;
    background:rgba(3,12,25,.92);
    border-bottom:1px solid rgba(11,179,227,.18);
    box-shadow:0 8px 24px rgba(0,0,0,.22);
    backdrop-filter:blur(14px);
    -webkit-backdrop-filter:blur(14px);
    opacity:0;
    visibility:hidden;
    transform:translate3d(0,-100%,0);
    transition:opacity .22s ease,transform .28s cubic-bezier(.22,.61,.36,1),visibility .22s;
    pointer-events:none;
}
.ne-account-shell--dashboard .ne-account-scroll-avatar{
    width:42px;height:42px;flex:0 0 42px;
    display:flex;align-items:center;justify-content:center;
    overflow:hidden;border:2px solid rgba(255,255,255,.95);border-radius:50%;
    background:#07152a;color:#fff;font-weight:800;
    box-shadow:0 4px 14px rgba(0,0,0,.28);
}
.ne-account-shell--dashboard .ne-account-scroll-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ne-account-shell--dashboard .ne-account-scroll-name{color:#fff;font-size:16px;font-weight:800;line-height:1.1;letter-spacing:-.01em}
.ne-account-shell--dashboard.ne-account-is-scrolled .ne-account-scroll-header{
    opacity:1;visibility:visible;transform:translate3d(0,0,0)
}
.ne-account-shell--dashboard.ne-account-is-scrolled .ne-account-profile-info--modern{
    opacity:.12;
}
@media (max-width:767px){
    .ne-account-shell--dashboard .ne-account-scroll-header{height:58px;padding:7px 14px;gap:9px}
    .ne-account-shell--dashboard .ne-account-scroll-avatar{width:38px;height:38px;flex-basis:38px}
    .ne-account-shell--dashboard .ne-account-scroll-name{font-size:15px}
}
@media (prefers-reduced-motion:reduce){
    .ne-account-shell--dashboard .ne-account-profile-info--modern{transform:none;transition:none}
    .ne-account-shell--dashboard .ne-account-scroll-header{transition:none}
}

/* V104.6.10 — Minha Conta: dashboard completo no padrão visual de plataforma */
.ne-account-shell--dashboard.ne-account-shell--dashboard,
.ne-account-shell--dashboard > .ne-account-card,
.ne-account-shell--dashboard .ne-account-dashboard--reference{
  background:#050d18!important;
  color:#fff!important;
}
.ne-account-shell--dashboard > .ne-account-card{box-shadow:none!important;border:0!important;border-radius:0!important}
.ne-account-dashboard--reference{min-height:100vh}
.ne-account-reference-hero{background:#050d18!important}
.ne-account-reference-hero .ne-account-banner{height:300px!important;background-color:#050d18!important;background-size:cover!important;background-position:center!important}
.ne-account-reference-hero .ne-account-banner-overlay{background:linear-gradient(90deg,rgba(1,6,14,.92) 0%,rgba(3,12,24,.60) 52%,rgba(3,12,24,.10) 100%)!important}
.ne-account-reference-hero .ne-account-profile-info--modern{padding:0 48px 32px!important;gap:24px!important;margin-top:-78px!important}
.ne-account-reference-hero .ne-account-avatar{width:156px!important;height:156px!important;border-width:5px!important}
.ne-account-reference-hero .ne-account-avatar-badge{width:42px!important;height:42px!important;right:-4px!important;bottom:4px!important}
.ne-account-reference-hero .ne-account-title{font-size:34px!important;font-weight:800!important;color:#fff!important;margin:0!important}
.ne-account-reference-hero .ne-account-intro{margin:8px 0 0!important;color:rgba(255,255,255,.72)!important;font-size:16px!important}
.ne-account-reference-hero .ne-account-banner-heading{left:28px!important;top:28px!important}
.ne-account-quick-grid{margin:0 34px 34px!important;padding:0!important;border-color:rgba(255,255,255,.10)!important;background:#071220!important;box-shadow:none!important}
.ne-account-quick-item{min-height:112px!important;padding:20px 12px!important;border-right-color:rgba(255,255,255,.10)!important}
.ne-account-quick-icon{position:relative;width:60px!important;height:60px!important;border-radius:16px!important;background:#081b2d!important;border-color:rgba(11,179,227,.42)!important;color:#12baf0!important}
.ne-account-quick-icon--progress{background:conic-gradient(#0bb3e3 calc(var(--ne-progress, 0%)), rgba(11,179,227,.12) 0)!important;border-radius:50%!important;padding:4px;box-sizing:border-box}
.ne-account-quick-icon--progress::before{content:"";position:absolute;inset:4px;border-radius:50%;background:#071220}
.ne-account-quick-icon--progress svg{position:relative;z-index:2;width:22px!important;height:22px!important}
.ne-account-progress-ring-label{position:absolute;inset:0;display:grid;place-items:center;z-index:3;font-size:11px;font-weight:900;color:#fff}
.ne-account-quick-item strong{font-size:14px!important;color:#fff!important}
.ne-account-quick-item small{font-size:11px!important;color:rgba(255,255,255,.62)!important}
.ne-account-reference-navigation{padding:0 34px 30px;background:#050d18}
.ne-account-reference-nav-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.ne-account-reference-nav-card{min-height:220px;padding:30px 20px 22px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:linear-gradient(180deg,#091421 0%,#07111d 100%);box-shadow:0 10px 30px rgba(0,0,0,.20);display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;color:#fff!important}
.ne-account-reference-nav-card:hover{transform:translateY(-4px);border-color:rgba(11,179,227,.35);box-shadow:0 18px 38px rgba(0,0,0,.26);background:linear-gradient(180deg,#0b1827 0%,#081320 100%)}
.ne-account-reference-nav-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;margin-bottom:18px;color:#fff;background:rgba(255,255,255,.04)}
.ne-account-reference-nav-icon svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-account-reference-nav-card--blue .ne-account-reference-nav-icon{background:rgba(11,179,227,.14);color:#1dbcf1}
.ne-account-reference-nav-card--green .ne-account-reference-nav-icon{background:rgba(43,214,117,.15);color:#30df7b}
.ne-account-reference-nav-card--orange .ne-account-reference-nav-icon{background:rgba(255,157,47,.15);color:#ff9d2f}
.ne-account-reference-nav-card strong{font-size:18px!important;line-height:1.15;color:#fff!important}
.ne-account-reference-nav-card small{margin-top:10px;color:rgba(255,255,255,.66);font-size:12px;line-height:1.45}
.ne-account-reference-nav-card em{margin-top:auto;padding-top:18px;color:#15bdf0;font-size:12px;font-style:normal;font-weight:800}
.ne-account-reference-nav-card--green em{color:#42ec86}.ne-account-reference-nav-card--orange em{color:#ffac4d}
/* V104.6.11 — navegação mobile minimalista: áreas principais ficam dentro da Minha Conta. */
.ne-platform-mobile-nav--minimal{grid-template-columns:repeat(4,minmax(0,1fr));}
.ne-platform-mobile-nav--minimal .ne-platform-mobile-nav__disabled{opacity:.48;cursor:default;pointer-events:none;}

/* V104.6.14 — pré-visualização de materiais privados */
.ne-material-preview-frame-wrap{margin-top:16px;border:1px solid #e3eaf0;border-radius:16px;overflow:hidden;background:#f5f7fa;min-height:420px}
.ne-material-preview-frame-wrap iframe{display:block;width:100%;height:520px;border:0;background:#fff}
@media (max-width:767px){.ne-material-preview-frame-wrap{min-height:320px}.ne-material-preview-frame-wrap iframe{height:420px}}

/* =========================================================
   V104.6.17 — NOAH STUDENT PROJECTS
   Projetos dentro do Painel do Aluno, sem depender da rota
   pública /projetos/ para a navegação da conta.
   ========================================================= */
.ne-account-shell--projects{width:min(1140px,100%)}
.ne-account-shell--projects>.ne-account-card{padding:0;overflow:hidden;border-radius:26px;background:#f7fafc}
.ne-account-projects-page{padding:34px 30px 38px}
.ne-account-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ne-account-project-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e1e9ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(6,20,38,.055)}
.ne-account-project-thumb{display:block;height:190px;background:linear-gradient(135deg,#071426,#0b8fc0);overflow:hidden;text-decoration:none}
.ne-account-project-thumb-img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.ne-account-project-card:hover .ne-account-project-thumb-img{transform:scale(1.025)}
.ne-account-project-thumb-placeholder{display:grid;place-items:center;width:100%;height:100%;color:rgba(255,255,255,.75)}
.ne-account-project-thumb-placeholder svg{width:58px;height:58px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.ne-account-project-body{display:flex;flex-direction:column;flex:1;padding:20px}
.ne-account-project-body h2{margin:6px 0 10px;color:#07152A;font-size:19px;line-height:1.25;letter-spacing:-.015em}
.ne-account-project-body p{margin:0 0 18px;color:#607087;font-size:12px;line-height:1.55}
.ne-account-project-action{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;min-height:44px;padding:0 14px;border-radius:12px;background:#071426;color:#fff;text-decoration:none;font-size:11px;font-weight:900}
.ne-account-project-action:hover{background:#0b2039;color:#fff}
.ne-account-project-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-empty-card--projects{min-height:300px}
.ne-account-projects-footer{display:flex;justify-content:flex-start;margin-top:22px}
.ne-account-projects-footer a{color:#078fc6;text-decoration:none;font-size:11px;font-weight:800}
@media (max-width:1024px){.ne-account-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){
 .ne-account-shell--projects{width:100%}
 .ne-account-shell--projects>.ne-account-card{border-radius:18px}
 .ne-account-projects-page{padding:24px 16px 28px}
 .ne-account-project-grid{grid-template-columns:1fr;gap:14px}
 .ne-account-project-thumb{height:170px}
 .ne-account-project-body{padding:18px}
}

/* V104.6.18 — FIX: isolamento visual dos cartões de navegação do painel mobile.
 * Evita que SVGs ou estilos globais façam overflow/alongamento após navegação/voltar.
 */
.ne-account-reference-nav-card{
  position:relative!important;
  min-width:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  contain:layout paint;
}
.ne-account-reference-nav-icon{
  position:relative!important;
  flex:0 0 54px!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  min-height:54px!important;
  max-width:54px!important;
  max-height:54px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.ne-account-reference-nav-icon svg{
  display:block!important;
  flex:0 0 28px!important;
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  max-width:28px!important;
  max-height:28px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
@media (min-width:768px){
  .ne-account-reference-nav-icon{flex-basis:64px!important;width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;max-width:64px!important;max-height:64px!important}
  .ne-account-reference-nav-icon svg{flex-basis:32px!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;max-width:32px!important;max-height:32px!important}
}

/* =========================================================
 * V104.6.19 — CORREÇÃO DEFINITIVA DO GRID DO PAINEL MOBILE
 * Os ícones da navegação do dashboard são imagens SVG isoladas.
 * Isto impede CSS global/Elementor de atingir os elementos SVG
 * internos e elimina artefactos de pintura após voltar à página.
 * ========================================================= */
.ne-account-reference-nav-card{
  position:relative!important;
  min-width:0!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  isolation:isolate!important;
  -webkit-backface-visibility:hidden!important;
  backface-visibility:hidden!important;
}
.ne-account-reference-nav-icon{
  position:relative!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 64px!important;
  width:64px!important;
  height:64px!important;
  min-width:64px!important;
  min-height:64px!important;
  max-width:64px!important;
  max-height:64px!important;
  margin-bottom:18px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  contain:none!important;
  transform:none!important;
}
.ne-account-reference-nav-icon-img{
  display:block!important;
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  max-width:32px!important;
  max-height:32px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:translateZ(0)!important;
  -webkit-transform:translateZ(0)!important;
  -webkit-backface-visibility:hidden!important;
  backface-visibility:hidden!important;
}
@media (max-width:767px){
  .ne-account-reference-nav-card:hover{transform:none!important}
  .ne-account-reference-nav-card:active{transform:none!important}
  .ne-account-reference-nav-icon{
    flex-basis:54px!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    min-height:54px!important;
    max-width:54px!important;
    max-height:54px!important;
    margin-bottom:14px!important;
    contain:none!important;
  }
  .ne-account-reference-nav-icon-img{
    width:28px!important;
    height:28px!important;
    min-width:28px!important;
    min-height:28px!important;
    max-width:28px!important;
    max-height:28px!important;
  }
}


/* Home Reels ocupa o viewport inteiro: a navegação global fica fora do feed. */
body.ne-home-reels-page .ne-platform-header{display:none!important}

body.ne-home-reels-page .ne-platform-mobile-nav{
  position:fixed!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  z-index:9995!important;
  min-height:64px!important;
  padding:5px 10px max(5px,env(safe-area-inset-bottom))!important;
  box-sizing:border-box!important;
  border-top:1px solid rgba(255,255,255,.12)!important;
  background:rgba(3,11,23,.78)!important;
  backdrop-filter:saturate(160%) blur(14px)!important;
  -webkit-backdrop-filter:saturate(160%) blur(14px)!important;
  box-shadow:0 -10px 30px rgba(0,0,0,.24)!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  min-width:0!important;
  border-radius:10px!important;
  color:rgba(255,255,255,.72)!important;
  text-decoration:none!important;
  font-size:20px!important;
  line-height:1!important;
  transition:color .18s ease,background .18s ease!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a:hover,
body.ne-home-reels-page .ne-platform-mobile-nav a:focus-visible{
  background:rgba(255,255,255,.08)!important;
  color:#0bb3e3!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav small{
  font-size:9px!important;
  font-weight:750!important;
  line-height:1!important;
  white-space:nowrap!important;
}
body.ne-home-reels-page .site-header,
body.ne-home-reels-page .elementor-location-header{display:none!important}
body.ne-home-reels-page #content,
body.ne-home-reels-page .site-main,
body.ne-home-reels-page .page-content,
body.ne-home-reels-page .entry-content{margin:0!important;padding:0!important;max-width:none!important}
body.ne-home-reels-page .ne-page-visual,
body.ne-home-reels-page .ne-page-list>header{display:none!important}

/* =========================================================
   V104.6.20 — HOME REELS
   A Home usa exclusivamente um feed vertical de vídeos curtos.
   ========================================================= */
.ne-home-reels{
  position:relative!important;
  width:100%!important;
  height:100svh!important;
  min-height:560px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#05080d!important;
}
.ne-home-reels-track{
  width:100%!important;
  height:100%!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  scroll-snap-type:y mandatory!important;
  overscroll-behavior-y:contain!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
}
.ne-home-reels-track::-webkit-scrollbar{display:none!important}
.ne-home-reel{
  position:relative!important;
  width:100%!important;
  height:100svh!important;
  min-height:560px!important;
  margin:0!important;
  padding:0!important;
  scroll-snap-align:start!important;
  scroll-snap-stop:always!important;
  overflow:hidden!important;
  background:#05080d!important;
}
.ne-home-reel-media{
  position:absolute!important;
  inset:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  background:#05080d!important;
}
.ne-home-reel-poster{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:#05080d var(--ne-reel-poster) center/cover no-repeat!important;
  filter:blur(18px)!important;
  transform:scale(1.08)!important;
  opacity:.28!important;
}
.ne-home-reel-frame{
  position:relative!important;
  z-index:1!important;
  display:block!important;
  width:min(100vw,56.25vh)!important;
  height:min(100vh,177.7778vw)!important;
  min-width:320px!important;
  max-width:100vw!important;
  max-height:100svh!important;
  aspect-ratio:9/16!important;
  border:0!important;
  background:#000!important;
  box-shadow:0 0 80px rgba(0,0,0,.35)!important;
}
.ne-home-reels-progress{
  position:absolute!important;
  z-index:10!important;
  left:50%!important;
  bottom:max(14px,env(safe-area-inset-bottom))!important;
  width:min(180px,42vw)!important;
  height:3px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  overflow:hidden!important;
  background:rgba(255,255,255,.22)!important;
  pointer-events:none!important;
}
.ne-home-reels-progress span{
  display:block!important;
  width:0!important;
  height:100%!important;
  border-radius:inherit!important;
  background:#fff!important;
  transition:width .25s ease!important;
}
.ne-home-reels-empty{
  min-height:100svh!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  padding:32px!important;
  box-sizing:border-box!important;
  text-align:center!important;
  background:#05080d!important;
  color:#fff!important;
}
.ne-home-reels-empty strong{font-size:20px!important}
.ne-home-reels-empty span{max-width:460px!important;color:rgba(255,255,255,.65)!important;line-height:1.55!important}
body.ne-home-reels-active{overflow:hidden!important}
@media (max-width:767px){
  .ne-home-reel-frame{width:100vw!important;height:100svh!important;max-width:none!important;max-height:none!important}
}
@media (min-width:768px){
  .ne-home-reel-frame{border-radius:0!important}
}

/* V104.6.20 HOME — bottom navigation + automatic sound */
body.ne-home-reels-page{padding-bottom:0!important}
@media (max-width:767px){
  body.ne-home-reels-page .ne-platform-mobile-nav{min-height:64px!important}
}

/* =========================================================
   NOAH REELS — LAYOUT EXEMPLAR
   Referência visual: feed vertical social/reels da Noah Enthon.
   ========================================================= */
body.ne-home-reels-page{
  background:#05080d!important;
}
body.ne-home-reels-page .ne-home-reels{
  isolation:isolate!important;
}
.ne-home-reels-topbar{
  position:absolute!important;
  z-index:30!important;
  top:0!important;
  left:0!important;
  right:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:18px 22px!important;
  padding-top:max(18px,calc(12px + env(safe-area-inset-top)))!important;
  pointer-events:none!important;
  background:linear-gradient(180deg,rgba(0,0,0,.62) 0%,rgba(0,0,0,.22) 58%,transparent 100%)!important;
}
.ne-home-reels-brand,
.ne-home-reels-search{
  pointer-events:auto!important;
  color:#fff!important;
  text-decoration:none!important;
}
.ne-home-reels-brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
}
.ne-home-reels-brand__mark{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  flex:0 0 34px!important;
  border-radius:11px!important;
  background:linear-gradient(145deg,#9b5cff,#5d24d6)!important;
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1!important;
  box-shadow:0 8px 22px rgba(112,57,235,.28)!important;
}
.ne-home-reels-brand__name{
  font-size:15px!important;
  font-weight:900!important;
  letter-spacing:.09em!important;
  white-space:nowrap!important;
  text-shadow:0 2px 16px rgba(0,0,0,.45)!important;
}
.ne-home-reels-search{
  display:grid!important;
  place-items:center!important;
  width:42px!important;
  height:42px!important;
  border-radius:50%!important;
  color:#fff!important;
  font-size:31px!important;
  line-height:1!important;
  transition:background .18s ease,transform .18s ease!important;
}
.ne-home-reels-search:hover,
.ne-home-reels-search:focus-visible{
  background:rgba(255,255,255,.10)!important;
  transform:scale(1.04)!important;
}

.ne-home-reel-vignette{
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,transparent 27%,transparent 50%,rgba(0,0,0,.12) 65%,rgba(0,0,0,.78) 100%),
    linear-gradient(90deg,rgba(0,0,0,.16),transparent 38%,transparent 72%,rgba(0,0,0,.20))!important;
}
.ne-home-reel-actions{
  position:absolute!important;
  z-index:6!important;
  right:max(18px,env(safe-area-inset-right))!important;
  bottom:max(132px,calc(112px + env(safe-area-inset-bottom)))!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:18px!important;
}
.ne-home-reel-action{
  appearance:none!important;
  -webkit-appearance:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  width:54px!important;
  min-height:48px!important;
  padding:0!important;
  border:0!important;
  border-radius:14px!important;
  background:transparent!important;
  color:#fff!important;
  cursor:pointer!important;
  text-shadow:0 2px 12px rgba(0,0,0,.55)!important;
}
.ne-home-reel-action__icon{
  display:block!important;
  font-size:31px!important;
  font-weight:400!important;
  line-height:1!important;
}
.ne-home-reel-action small{
  color:#fff!important;
  font-size:10px!important;
  font-weight:750!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.ne-home-reel-action:hover,
.ne-home-reel-action:focus-visible{
  background:rgba(255,255,255,.10)!important;
  outline:none!important;
  transform:scale(1.03)!important;
}

.ne-home-reel-copy{
  position:absolute!important;
  z-index:7!important;
  left:max(22px,env(safe-area-inset-left))!important;
  right:105px!important;
  bottom:max(112px,calc(92px + env(safe-area-inset-bottom)))!important;
  max-width:min(620px,calc(100vw - 150px))!important;
  color:#fff!important;
  text-align:left!important;
  pointer-events:auto!important;
}
.ne-home-reel-badge{
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  padding:5px 11px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,#8b4cf0,#6e38db)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:850!important;
  letter-spacing:.03em!important;
  text-transform:uppercase!important;
  box-shadow:0 8px 24px rgba(89,37,192,.28)!important;
}
.ne-home-reel-copy h2{
  margin:10px 0 6px!important;
  color:#fff!important;
  font-size:clamp(22px,3vw,34px)!important;
  font-weight:900!important;
  line-height:1.04!important;
  letter-spacing:-.02em!important;
  text-shadow:0 3px 22px rgba(0,0,0,.50)!important;
}
.ne-home-reel-copy p{
  max-width:560px!important;
  margin:0 0 13px!important;
  color:rgba(255,255,255,.88)!important;
  font-size:clamp(13px,1.5vw,16px)!important;
  line-height:1.45!important;
  text-shadow:0 2px 16px rgba(0,0,0,.55)!important;
}
.ne-home-reel-cta{
  display:inline-flex!important;
  align-items:center!important;
  gap:8px!important;
  min-height:38px!important;
  padding:9px 16px!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#10101a!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
  text-decoration:none!important;
  box-shadow:0 10px 28px rgba(0,0,0,.28)!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
}
.ne-home-reel-cta:hover,
.ne-home-reel-cta:focus-visible{
  color:#10101a!important;
  transform:translateY(-1px)!important;
  box-shadow:0 13px 34px rgba(0,0,0,.34)!important;
}
.ne-home-reel-swipe{
  position:absolute!important;
  z-index:7!important;
  left:50%!important;
  bottom:max(92px,calc(72px + env(safe-area-inset-bottom)))!important;
  transform:translateX(-50%)!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:2px!important;
  color:rgba(255,255,255,.84)!important;
  pointer-events:none!important;
  text-align:center!important;
  text-shadow:0 2px 14px rgba(0,0,0,.6)!important;
}
.ne-home-reel-swipe span{
  display:block!important;
  font-size:24px!important;
  line-height:.7!important;
  animation:neReelSwipe 1.8s ease-in-out infinite!important;
}
.ne-home-reel-swipe small{
  font-size:9px!important;
  font-weight:800!important;
  letter-spacing:.09em!important;
  white-space:nowrap!important;
}
@keyframes neReelSwipe{0%,100%{transform:translateY(0);opacity:.65}50%{transform:translateY(-5px);opacity:1}}

/* A barra de navegação é parte do layout do Reel, não um footer tradicional. */
body.ne-home-reels-page .ne-platform-mobile-nav{
  min-height:74px!important;
  padding:6px 8px max(7px,env(safe-area-inset-bottom))!important;
  background:rgba(3,7,15,.88)!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 -14px 35px rgba(0,0,0,.30)!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a{
  position:relative!important;
  gap:5px!important;
  color:rgba(255,255,255,.62)!important;
  border-radius:13px!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a:first-child{
  color:#a86cff!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a:first-child::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:2px!important;
  width:5px!important;
  height:5px!important;
  transform:translateX(-50%)!important;
  border-radius:50%!important;
  background:#a86cff!important;
  box-shadow:0 0 14px rgba(168,108,255,.8)!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav a span{
  font-size:25px!important;
  line-height:1!important;
}
body.ne-home-reels-page .ne-platform-mobile-nav small{
  font-size:9px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  color:inherit!important;
}

/* A barra de progresso fica imediatamente acima da navegação. */
body.ne-home-reels-page .ne-home-reels-progress{
  bottom:74px!important;
  width:min(220px,48vw)!important;
  height:3px!important;
  background:rgba(255,255,255,.18)!important;
  z-index:25!important;
}
body.ne-home-reels-page .ne-home-reels-progress span{
  background:linear-gradient(90deg,#8f55ff,#b57aff)!important;
  box-shadow:0 0 12px rgba(150,87,255,.55)!important;
}

@media (max-width:767px){
  .ne-home-reels-topbar{padding-left:16px!important;padding-right:12px!important}
  .ne-home-reels-brand__name{font-size:13px!important}
  .ne-home-reels-brand__mark{width:32px!important;height:32px!important;flex-basis:32px!important}
  .ne-home-reel-actions{right:10px!important;bottom:max(126px,calc(110px + env(safe-area-inset-bottom)))!important;gap:12px!important}
  .ne-home-reel-action{width:48px!important;min-height:44px!important}
  .ne-home-reel-action__icon{font-size:28px!important}
  .ne-home-reel-copy{left:16px!important;right:76px!important;bottom:max(106px,calc(88px + env(safe-area-inset-bottom)))!important;max-width:none!important}
  .ne-home-reel-copy h2{font-size:24px!important;max-width:calc(100vw - 105px)!important}
  .ne-home-reel-copy p{font-size:13px!important;max-width:calc(100vw - 100px)!important}
  .ne-home-reel-cta{min-height:35px!important;padding:8px 13px!important;font-size:11px!important}
  .ne-home-reel-swipe{bottom:max(88px,calc(68px + env(safe-area-inset-bottom)))!important}
  body.ne-home-reels-page .ne-platform-mobile-nav{min-height:72px!important}
  body.ne-home-reels-page .ne-home-reels-progress{bottom:72px!important}
}
@media (min-width:768px){
  body.ne-home-reels-page .ne-platform-mobile-nav{
    left:50%!important;
    right:auto!important;
    width:min(620px,72vw)!important;
    transform:translateX(-50%)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-bottom:0!important;
    border-radius:22px 22px 0 0!important;
  }
  body.ne-home-reels-page .ne-home-reels-progress{bottom:74px!important}
  .ne-home-reel-copy{left:max(32px,calc((100vw - 620px)/2 - 280px))!important}
}
@media (prefers-reduced-motion:reduce){
  .ne-home-reel-swipe span{animation:none!important}
}

/* V104.6.30 — Footer icons aligned with Noah Reels reference */
body.ne-home-reels-page .ne-platform-mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr))!important}
body.ne-home-reels-page .ne-platform-mobile-nav a{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-width:0!important;position:relative!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important}
body.ne-home-reels-page .ne-platform-mobile-nav .ne-nav-icon{width:34px!important;height:34px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:0!important}
body.ne-home-reels-page .ne-platform-mobile-nav .ne-nav-icon svg{width:31px!important;height:31px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.15!important;stroke-linecap:round!important;stroke-linejoin:round!important}
body.ne-home-reels-page .ne-platform-mobile-nav small{font-size:11px!important;line-height:1!important;font-weight:600!important;letter-spacing:.01em!important;color:inherit!important}
body.ne-home-reels-page .ne-platform-mobile-nav a:first-child{color:#a86cff!important}
body.ne-home-reels-page .ne-platform-mobile-nav a:first-child .ne-nav-icon svg{stroke-width:2.35!important}
body.ne-home-reels-page .ne-platform-mobile-nav a:first-child::after{bottom:1px!important;width:5px!important;height:5px!important}
body.ne-home-reels-page .ne-platform-mobile-nav .ne-platform-mobile-nav__disabled{opacity:.82!important}
@media (max-width:767px){body.ne-home-reels-page .ne-platform-mobile-nav .ne-nav-icon{width:32px!important;height:32px!important}body.ne-home-reels-page .ne-platform-mobile-nav .ne-nav-icon svg{width:29px!important;height:29px!important}body.ne-home-reels-page .ne-platform-mobile-nav small{font-size:10px!important}}

/* V104.6.32 — Navegação inferior global: contraste consistente em páginas claras e escuras. */
@media (max-width:760px){
  .ne-platform-mobile-nav{
    background:rgba(3,11,23,.94)!important;
    border-top:1px solid rgba(255,255,255,.12)!important;
    box-shadow:0 -10px 30px rgba(0,0,0,.24)!important;
    backdrop-filter:saturate(160%) blur(14px)!important;
    -webkit-backdrop-filter:saturate(160%) blur(14px)!important;
  }
  .ne-platform-mobile-nav a{
    color:rgba(255,255,255,.72)!important;
    background:transparent!important;
  }
  .ne-platform-mobile-nav a:hover,
  .ne-platform-mobile-nav a:focus-visible{
    background:rgba(255,255,255,.08)!important;
    color:#b46cff!important;
  }
  .ne-platform-mobile-nav .ne-nav-icon{
    width:32px!important;
    height:32px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    font-size:0!important;
  }
  .ne-platform-mobile-nav .ne-nav-icon svg{
    width:29px!important;
    height:29px!important;
    display:block!important;
    fill:none!important;
    stroke:currentColor!important;
    stroke-width:2.15!important;
    stroke-linecap:round!important;
    stroke-linejoin:round!important;
  }
  .ne-platform-mobile-nav a:first-child .ne-nav-icon svg{stroke-width:2.35!important}
}


/* ==========================================================
 * V104.6.37 — EXPLORAR / DISCOVERY HUB
 * Linguagem visual alinhada à Home Reels.
 * ========================================================== */
body.ne-explorar-page{background:#050505!important;color:#fff!important}
body.ne-explorar-page .ne-platform-header{display:none!important}
body.ne-explorar-page .site-content,body.ne-explorar-page .entry-content,body.ne-explorar-page main{background:transparent}
body.ne-explorar-page .ne-explorar{width:100%;max-width:1180px;margin:0 auto;padding:34px 28px 130px;box-sizing:border-box;font-family:inherit;color:#fff}
.ne-explorar-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:8px 0 20px}
.ne-explorar-eyebrow{display:block;font-size:18px;font-weight:900;letter-spacing:.04em;color:#fff;margin-bottom:38px;position:relative;padding-left:31px}
.ne-explorar-eyebrow:before{content:"";position:absolute;left:0;top:-6px;width:22px;height:30px;border-radius:12px 5px 14px 6px;background:linear-gradient(145deg,#b46cff,#6e32e8);transform:skew(-12deg)}
.ne-explorar-hero h1{margin:0;font-size:clamp(36px,5vw,58px);font-weight:900;letter-spacing:-.04em;color:#fff;line-height:1}
.ne-explorar-hero p{margin:12px 0 0;color:rgba(255,255,255,.68);font-size:17px}
.ne-explorar-search-top{width:48px;height:48px;border:0;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:36px;line-height:1}
.ne-explorar-search{display:flex;align-items:center;gap:14px;min-height:64px;padding:8px 10px 8px 22px;margin:0 0 34px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.065);box-shadow:0 16px 50px rgba(0,0,0,.24);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ne-explorar-search-icon{width:21px;height:21px;flex:0 0 21px;border:2px solid rgba(255,255,255,.65);border-radius:50%;position:relative}
.ne-explorar-search-icon:after{content:"";position:absolute;width:8px;height:2px;right:-6px;bottom:0;background:rgba(255,255,255,.65);transform:rotate(45deg);border-radius:2px}
.ne-explorar-search input{flex:1;min-width:0;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;font-size:17px;padding:12px 0}
.ne-explorar-search input::placeholder{color:rgba(255,255,255,.55)}
.ne-explorar-search button{border:0;border-radius:13px;background:#9d59ff;color:#fff;padding:14px 20px;font-weight:850;cursor:pointer}
.ne-explorar-section{margin:38px 0}
.ne-explorar-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}
.ne-explorar-section-head h2{margin:0;color:#fff;font-size:16px;letter-spacing:.05em;font-weight:900}
.ne-explorar-section-head a{color:#a866ff!important;text-decoration:none!important;font-size:14px;font-weight:800}
.ne-explorar-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ne-explorar-category{min-height:184px;padding:20px 16px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 14px 35px rgba(0,0,0,.20);color:#fff!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;transition:.22s ease;position:relative;overflow:hidden}
.ne-explorar-category:hover{transform:translateY(-4px);border-color:rgba(166,100,255,.35);box-shadow:0 18px 40px rgba(0,0,0,.28)}
.ne-explorar-category-icon{width:54px;height:54px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:27px;font-weight:900;margin-bottom:18px;background:rgba(160,88,255,.22);color:#b46cff;box-shadow:0 0 30px rgba(160,88,255,.18)}
.ne-explorar-category--blue .ne-explorar-category-icon{background:rgba(55,126,255,.22);color:#67a2ff}.ne-explorar-category--green .ne-explorar-category-icon{background:rgba(43,215,124,.20);color:#4ee79a}.ne-explorar-category--gold .ne-explorar-category-icon{background:rgba(239,178,44,.20);color:#ffc451}
.ne-explorar-category strong{font-size:15px;line-height:1.15;text-transform:uppercase;letter-spacing:.02em}.ne-explorar-category small{margin-top:9px;color:rgba(255,255,255,.55);font-size:12px}
.ne-explorar-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ne-explorar-featured-card{display:block;border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;background:#0b0b0d;color:#fff!important;text-decoration:none!important;box-shadow:0 14px 35px rgba(0,0,0,.25)}
.ne-explorar-featured-media{height:185px;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.85)),var(--ne-explore-image),linear-gradient(135deg,#23134a,#0c0c10);background-size:cover;background-position:center}
.ne-explorar-featured-body{padding:15px 16px 18px}.ne-explorar-featured-body>span{display:inline-flex;padding:5px 8px;border-radius:7px;background:#8f4ff2;color:#fff;font-size:9px;font-weight:900;letter-spacing:.08em}.ne-explorar-featured-body h3{margin:10px 0 8px;font-size:17px;line-height:1.2;color:#fff}.ne-explorar-featured-body small{color:rgba(255,255,255,.55);font-size:12px}
.ne-explorar-type-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.ne-explorar-type{min-height:115px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:rgba(255,255,255,.035);color:#fff!important;text-decoration:none!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;transition:.2s ease}.ne-explorar-type:hover{border-color:rgba(166,100,255,.4);transform:translateY(-3px)}.ne-explorar-type span{font-size:32px;color:#fff}.ne-explorar-type:first-child span{color:#a866ff}.ne-explorar-type small{font-size:13px;font-weight:750}
.ne-explorar-recent-list{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.08)}
.ne-explorar-recent{display:grid;grid-template-columns:150px 1fr 22px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.07);color:#fff!important;text-decoration:none!important}.ne-explorar-recent-thumb{height:86px;border-radius:13px;background:#15151a center/cover no-repeat}.ne-explorar-recent span{display:inline-flex;padding:4px 7px;border-radius:6px;background:#8f4ff2;color:#fff;font-size:8px;font-weight:900;letter-spacing:.08em}.ne-explorar-recent h3{margin:7px 0 5px;font-size:16px;color:#fff}.ne-explorar-recent small{color:rgba(255,255,255,.52);font-size:12px}.ne-explorar-recent>b{color:rgba(255,255,255,.7);font-size:24px;text-align:right}.ne-explorar-empty{color:rgba(255,255,255,.55)}
.ne-explorar-project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.ne-explorar-project{height:190px;border-radius:20px;background:#15151a center/cover no-repeat;display:flex;align-items:flex-end;padding:20px;color:#fff!important;text-decoration:none!important;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.ne-explorar-project strong{font-size:18px}.ne-explorar-project-empty{padding:40px;border:1px dashed rgba(255,255,255,.12);border-radius:18px;color:rgba(255,255,255,.55)}
body.ne-explorar-page .ne-platform-mobile-nav a.is-active{color:#a866ff!important}body.ne-explorar-page .ne-platform-mobile-nav a.is-active .ne-nav-icon svg{stroke-width:2.4!important}body.ne-explorar-page .ne-platform-mobile-nav a.is-active:after{content:"";position:absolute;bottom:1px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:#a866ff}
body.ne-explorar-page .ne-platform-mobile-nav{background:rgba(3,3,5,.96)!important;border-top:1px solid rgba(255,255,255,.12)!important}
@media(max-width:900px){body.ne-explorar-page .ne-explorar{padding:28px 18px 125px}.ne-explorar-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ne-explorar-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ne-explorar-type-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ne-explorar-featured-grid .ne-explorar-featured-card:last-child{display:none}}
@media(max-width:640px){body.ne-explorar-page .ne-explorar{padding:24px 14px 115px}.ne-explorar-eyebrow{margin-bottom:30px;font-size:16px}.ne-explorar-hero h1{font-size:42px}.ne-explorar-hero p{font-size:14px;max-width:300px}.ne-explorar-search{min-height:58px;margin-bottom:26px}.ne-explorar-search button{width:46px;height:46px;padding:0;font-size:0}.ne-explorar-search button:after{content:"⌕";font-size:22px}.ne-explorar-category{min-height:160px}.ne-explorar-featured-grid{grid-template-columns:1fr}.ne-explorar-featured-grid .ne-explorar-featured-card:last-child{display:block}.ne-explorar-type-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.ne-explorar-type{min-height:92px}.ne-explorar-type span{font-size:27px}.ne-explorar-type small{font-size:11px}.ne-explorar-recent{grid-template-columns:100px 1fr 18px;gap:12px}.ne-explorar-recent-thumb{height:68px}.ne-explorar-recent h3{font-size:14px}.ne-explorar-project-grid{grid-template-columns:1fr}.ne-explorar-project{height:165px}}

/* V104.6.37 FIX — rota de fallback Explorar não deve herdar o feed da Home. */
body.ne-explorar-page.ne-home-reels-page .ne-home-reels{display:none!important}
body.ne-explorar-page.ne-home-reels-page .ne-platform-header{display:none!important}

/* ==========================================================
 * V104.6.39 — COMUNIDADE / SOCIAL FEED
 * Referência visual alinhada à Home Reels + Explorar.
 * ========================================================== */
body.ne-comunidade-page{background:#050505!important;color:#fff!important}
body.ne-comunidade-page .ne-platform-header{display:none!important}
body.ne-comunidade-page .site-content,body.ne-comunidade-page .entry-content,body.ne-comunidade-page main{background:transparent}
body.ne-comunidade-page .ne-platform-mobile-nav{background:rgba(3,3,5,.96)!important;border-top:1px solid rgba(255,255,255,.12)!important}
body.ne-comunidade-page .ne-platform-mobile-nav a{color:rgba(255,255,255,.78)!important}
body.ne-comunidade-page .ne-platform-mobile-nav a.is-active{color:#a866ff!important}
body.ne-comunidade-page .ne-platform-mobile-nav a.is-active .ne-nav-icon svg{stroke-width:2.45!important}
body.ne-comunidade-page .ne-platform-mobile-nav a.is-active:after{content:"";position:absolute;bottom:1px;left:50%;transform:translateX(-50%);width:5px;height:5px;border-radius:50%;background:#a866ff}
.ne-comunidade{width:min(100%,940px);margin:0 auto;padding:26px 20px 128px;box-sizing:border-box;color:#fff;font-family:inherit}
.ne-comunidade-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:4px 0 30px}
.ne-comunidade-brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:900;letter-spacing:.02em}.ne-comunidade-mark{width:34px;height:34px;border-radius:11px 6px 13px 7px;background:linear-gradient(145deg,#b46cff,#6729db);display:flex;align-items:center;justify-content:center;font-weight:950;color:#fff;box-shadow:0 0 25px rgba(145,77,255,.25)}
.ne-comunidade-head-actions{display:flex;align-items:center;gap:16px}.ne-comunidade-head-actions>a,.ne-comunidade-head-actions>button{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;background:transparent;border:0;text-decoration:none;cursor:pointer}.ne-comunidade-head-actions svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ne-comunidade-bell i{position:absolute;top:6px;right:4px;width:8px;height:8px;border-radius:50%;background:#a866ff;box-shadow:0 0 10px rgba(168,102,255,.7)}
.ne-comunidade-hero{padding:4px 0 22px}.ne-comunidade-hero h1{margin:0;font-size:clamp(34px,5vw,54px);font-weight:950;letter-spacing:-.045em;line-height:1}.ne-comunidade-hero p{margin:12px 0 0;max-width:680px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.45}
.ne-comunidade-composer{margin:0 0 22px;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 18px 55px rgba(0,0,0,.28);overflow:hidden;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.ne-comunidade-composer form{position:relative}.ne-comunidade-composer-top{display:flex;align-items:flex-start;gap:16px;padding:20px 20px 18px}.ne-comunidade-composer-top img,.ne-comunidade-login-prompt .ne-comunidade-avatar-placeholder{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid rgba(168,102,255,.75);flex:0 0 52px}.ne-comunidade-composer textarea{width:100%;min-height:54px;resize:vertical;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;box-shadow:none!important;font-size:18px;line-height:1.45;padding:11px 0}.ne-comunidade-composer textarea::placeholder{color:rgba(255,255,255,.58)}
.ne-comunidade-composer-actions{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(255,255,255,.07)}.ne-comunidade-composer-actions button{display:flex;align-items:center;justify-content:center;gap:9px;min-height:58px;border:0;border-right:1px solid rgba(255,255,255,.07);background:transparent;color:#fff;cursor:pointer;font-size:14px}.ne-comunidade-composer-actions button:last-child{border-right:0}.ne-comunidade-composer-actions button:disabled{opacity:.38;cursor:not-allowed}.ne-comunidade-composer-actions button:hover:not(:disabled){background:rgba(255,255,255,.045)}.ne-comunidade-composer-actions svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ne-comunidade-composer-actions button:nth-child(1) svg{color:#b46cff}.ne-comunidade-composer-actions button:nth-child(2) svg{color:#43dc7e}.ne-comunidade-composer-actions button:nth-child(3) svg{color:#ffbf3d}.ne-comunidade-composer-actions button:nth-child(4) svg{color:#ff3e9d}.ne-comunidade-publish{display:block;margin:0 20px 16px 0;margin-left:auto;border:0;border-radius:11px;background:#9250f4;color:#fff;font-weight:850;padding:11px 18px;cursor:pointer}.ne-comunidade-publish:hover{background:#a866ff}
.ne-comunidade-login-prompt{display:flex;align-items:center;gap:14px;padding:20px;color:#fff!important;text-decoration:none!important}.ne-comunidade-avatar-placeholder{display:flex;align-items:center;justify-content:center;background:rgba(168,102,255,.12)}.ne-comunidade-avatar-placeholder svg{width:25px;height:25px;fill:none;stroke:#a866ff;stroke-width:1.8}.ne-comunidade-login-prompt>span:nth-child(2){flex:1;color:rgba(255,255,255,.72);font-size:15px}.ne-comunidade-login-prompt>b{color:#b46cff;white-space:nowrap}
.ne-comunidade-filters{display:flex;align-items:center;gap:10px;overflow:auto;padding:4px 0 20px;scrollbar-width:none}.ne-comunidade-filters::-webkit-scrollbar{display:none}.ne-comunidade-filters a,.ne-comunidade-filter-settings{border:0;border-radius:999px;background:rgba(255,255,255,.065);color:rgba(255,255,255,.8)!important;text-decoration:none!important;padding:10px 17px;font-size:14px;white-space:nowrap;cursor:pointer}.ne-comunidade-filters a.is-active{background:#8f4ff2;color:#fff!important;box-shadow:0 8px 22px rgba(143,79,242,.25)}.ne-comunidade-filter-settings{margin-left:auto;font-size:19px;padding:8px 12px;background:transparent}
.ne-comunidade-feed{display:flex;flex-direction:column;gap:16px}.ne-comunidade-post{border:1px solid rgba(255,255,255,.09);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.016));overflow:hidden;box-shadow:0 16px 45px rgba(0,0,0,.24)}.ne-comunidade-post>header{display:flex;align-items:center;gap:12px;padding:18px 18px 12px}.ne-comunidade-post>header>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.ne-comunidade-post>header>div{min-width:0;flex:1}.ne-comunidade-post>header strong{display:block;font-size:16px;color:#fff}.ne-comunidade-post>header small{display:block;margin-top:3px;color:rgba(255,255,255,.48);font-size:11px}.ne-comunidade-post-type{padding:6px 9px;border-radius:8px;background:rgba(143,79,242,.18);color:#b46cff;font-size:10px;font-weight:850}.ne-comunidade-post>header>button{width:34px;height:34px;border:0;background:transparent;color:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;cursor:pointer}.ne-comunidade-post>header>button svg{width:22px;height:22px;fill:currentColor;stroke:none}
.ne-comunidade-post-body{padding:2px 20px 0}.ne-comunidade-post-body p{margin:0;color:#fff;font-size:18px;line-height:1.45;white-space:normal}.ne-comunidade-post-media{height:360px;margin:18px 0 0;border-radius:17px;background-position:center;background-size:cover;background-repeat:no-repeat}
.ne-comunidade-post>footer{display:flex;align-items:center;gap:28px;padding:14px 20px 18px}.ne-comunidade-post>footer button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:rgba(255,255,255,.75);cursor:pointer;padding:4px 0}.ne-comunidade-post>footer button:last-child{margin-left:auto}.ne-comunidade-post>footer svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ne-comunidade-post>footer button:hover{color:#b46cff}.ne-comunidade-empty{padding:70px 24px;text-align:center;border:1px dashed rgba(255,255,255,.13);border-radius:22px;background:rgba(255,255,255,.025)}.ne-comunidade-empty>div{width:64px;height:64px;margin:0 auto 16px;border-radius:18px;background:rgba(168,102,255,.13);display:flex;align-items:center;justify-content:center;color:#a866ff}.ne-comunidade-empty svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.7}.ne-comunidade-empty h2{margin:0 0 8px;font-size:22px;color:#fff}.ne-comunidade-empty p{margin:0 auto;color:rgba(255,255,255,.58);max-width:520px;line-height:1.5}
@media(max-width:640px){.ne-comunidade{padding:20px 14px 118px}.ne-comunidade-head{padding-bottom:22px}.ne-comunidade-brand{font-size:17px}.ne-comunidade-mark{width:31px;height:31px}.ne-comunidade-head-actions>a,.ne-comunidade-head-actions>button{width:38px;height:38px}.ne-comunidade-head-actions svg{width:26px;height:26px}.ne-comunidade-hero h1{font-size:38px}.ne-comunidade-hero p{font-size:14px}.ne-comunidade-composer-top{padding:15px;gap:11px}.ne-comunidade-composer-top img,.ne-comunidade-login-prompt .ne-comunidade-avatar-placeholder{width:44px;height:44px;flex-basis:44px}.ne-comunidade-composer textarea{font-size:16px}.ne-comunidade-composer-actions button{min-height:55px;font-size:11px;gap:5px}.ne-comunidade-composer-actions svg{width:21px;height:21px}.ne-comunidade-publish{margin-right:15px}.ne-comunidade-post>header{padding:14px 14px 10px}.ne-comunidade-post>header>img{width:43px;height:43px}.ne-comunidade-post-type{font-size:8px}.ne-comunidade-post-body{padding:2px 14px 0}.ne-comunidade-post-body p{font-size:16px}.ne-comunidade-post-media{height:230px;margin-top:14px}.ne-comunidade-post>footer{padding:12px 14px 15px;gap:22px}}

/* V104.6.40 — Conta no footer usa a foto de perfil do utilizador */
.ne-platform-mobile-nav .ne-nav-icon--avatar{overflow:hidden;border-radius:50%;background:#111!important;border:2px solid currentColor;box-sizing:border-box;}
.ne-platform-mobile-nav .ne-nav-icon--avatar img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;border-radius:50%!important;}
body.ne-home-reels-page .ne-platform-mobile-nav .ne-nav-icon--avatar{border-width:2px!important;}

/* V104.6.40 — Identidade de utilizador na publicação e comentários da Comunidade. */
.ne-comunidade-post>header>img,.ne-comunidade-composer-top img,.ne-comunidade-comment-avatar img,.ne-comunidade-comment-me img{display:block;object-fit:cover;border-radius:50%;background:#111;}
.ne-comunidade-comments{display:none;border-top:1px solid rgba(255,255,255,.07);padding:16px 20px 20px;background:rgba(0,0,0,.12)}
.ne-comunidade-comments.is-open{display:block}
.ne-comunidade-comments-head{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#fff}
.ne-comunidade-comments-head strong{font-size:14px}
.ne-comunidade-comments-head span{min-width:22px;height:22px;padding:0 7px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(168,102,255,.14);color:#b46cff;font-size:11px;font-weight:800}
.ne-comunidade-comment-list{list-style:none!important;margin:0!important;padding:0!important;display:flex;flex-direction:column;gap:13px}
.ne-comunidade-comment{display:flex;align-items:flex-start;gap:10px;padding:0!important;margin:0!important}
.ne-comunidade-comment-avatar img{width:38px;height:38px;border:1px solid rgba(168,102,255,.45)}
.ne-comunidade-comment-main{min-width:0;flex:1;padding:9px 11px;border-radius:13px;background:rgba(255,255,255,.045)}
.ne-comunidade-comment-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ne-comunidade-comment-head strong{font-size:13px;color:#fff}
.ne-comunidade-comment-head small{font-size:10px;color:rgba(255,255,255,.42)}
.ne-comunidade-comment-text{margin-top:5px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.45}
.ne-comunidade-comment-text p{margin:0 0 6px}.ne-comunidade-comment-text p:last-child{margin-bottom:0}
.ne-comunidade-comments-empty{margin:0 0 14px;color:rgba(255,255,255,.48);font-size:13px}
.ne-comunidade-comment-composer{margin-top:16px}
.ne-comunidade-comment-me{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:rgba(255,255,255,.72);font-size:12px;font-weight:700}
.ne-comunidade-comment-me img{width:30px;height:30px;border:1px solid rgba(168,102,255,.5)}
.ne-comunidade-comment-form{margin:0!important}
.ne-comunidade-comment-form .comment-form-comment{margin:0!important}
.ne-comunidade-comment-form .ne-comunidade-comment-input{width:100%;min-height:72px;resize:vertical;border:1px solid rgba(255,255,255,.09)!important;border-radius:13px!important;background:rgba(255,255,255,.035)!important;color:#fff!important;padding:11px 12px!important;outline:none!important;box-shadow:none!important;font-size:13px;line-height:1.45}
.ne-comunidade-comment-form .ne-comunidade-comment-input::placeholder{color:rgba(255,255,255,.38)}
.ne-comunidade-comment-form .form-submit{margin:9px 0 0!important;text-align:right}
.ne-comunidade-comment-submit{border:0!important;border-radius:10px!important;background:#9250f4!important;color:#fff!important;font-weight:800!important;padding:9px 15px!important;cursor:pointer}
.ne-comunidade-comment-login{display:inline-block;margin-top:12px;color:#b46cff!important;text-decoration:none!important;font-size:12px;font-weight:700}
@media(max-width:640px){.ne-comunidade-comments{padding:14px}.ne-comunidade-comment-main{padding:8px 10px}.ne-comunidade-comment-avatar img{width:34px;height:34px}}

/* ==========================================================
 * V104.6.43 — MENSAGENS ADMIN ↔ ALUNO
 * ========================================================== */
.ne-account-messages-page{width:100%;}
.ne-account-messages-card{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.025);overflow:hidden;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.ne-account-message-thread{display:flex;flex-direction:column;gap:14px;padding:22px;max-height:560px;overflow:auto}
.ne-account-message{display:flex;align-items:flex-start;gap:10px;max-width:82%}
.ne-account-message.is-mine{align-self:flex-end;flex-direction:row-reverse}
.ne-account-message>img{width:40px;height:40px;flex:0 0 40px;border-radius:50%;object-fit:cover;border:1px solid rgba(168,102,255,.45);background:#111}
.ne-account-message-bubble{padding:11px 13px;border-radius:15px;background:rgba(255,255,255,.05);color:#fff;min-width:0}
.ne-account-message.is-mine .ne-account-message-bubble{background:rgba(143,79,242,.18);border:1px solid rgba(168,102,255,.18)}
.ne-account-message-meta{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:5px}.ne-account-message-meta strong{font-size:12px}.ne-account-message-meta time{font-size:9px;color:rgba(255,255,255,.4)}
.ne-account-message-content{font-size:14px;line-height:1.5;color:rgba(255,255,255,.88)}.ne-account-message-content p{margin:0 0 6px}.ne-account-message-content p:last-child{margin-bottom:0}
.ne-account-message-reply{display:flex;gap:10px;align-items:flex-end;padding:16px;border-top:1px solid rgba(255,255,255,.07);background:rgba(0,0,0,.1)}
.ne-account-message-reply textarea{flex:1;min-height:62px;resize:vertical;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:rgba(255,255,255,.035)!important;color:#fff!important;padding:12px!important;box-shadow:none!important;outline:none!important;font-size:14px;line-height:1.45}
.ne-account-message-reply textarea::placeholder{color:rgba(255,255,255,.38)}
.ne-account-message-reply button{border:0;border-radius:12px;background:#9250f4;color:#fff;font-weight:850;padding:12px 17px;cursor:pointer;white-space:nowrap}.ne-account-message-reply button:hover{background:#a866ff}
.ne-account-messages-empty{padding:58px 24px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.55)}
.ne-account-messages-empty>div{width:58px;height:58px;border-radius:17px;background:rgba(168,102,255,.12);display:flex;align-items:center;justify-content:center;color:#a866ff;font-size:25px;margin-bottom:5px}.ne-account-messages-empty strong{color:#fff;font-size:18px}.ne-account-messages-empty span{max-width:450px;font-size:13px;line-height:1.5}
@media(max-width:640px){.ne-account-message-thread{padding:14px}.ne-account-message{max-width:92%}.ne-account-message>img{width:34px;height:34px;flex-basis:34px}.ne-account-message-bubble{padding:9px 11px}.ne-account-message-content{font-size:13px}.ne-account-message-reply{padding:12px;display:block}.ne-account-message-reply textarea{width:100%;box-sizing:border-box;margin-bottom:9px}.ne-account-message-reply button{width:100%}}

/* ==========================================================
 * V104.6.44 — CONVERSATION UI
 * Layout visual da conversa Admin ↔ Aluno.
 * ========================================================== */
.ne-account-shell--conversation{width:min(1040px,100%)!important;max-width:1040px!important;padding:0!important}
.ne-account-shell--conversation>.ne-account-brand{display:none!important}
.ne-account-shell--conversation>.ne-account-card{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible!important}
.ne-chat-page{width:100%;min-height:calc(100vh - 30px);display:flex;flex-direction:column;color:#fff}
.ne-chat-header{display:flex;align-items:center;gap:13px;padding:14px 4px 18px;border-bottom:1px solid rgba(255,255,255,.07)}
.ne-chat-back{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff!important;text-decoration:none!important;background:rgba(255,255,255,.045);font-size:24px;line-height:1}
.ne-chat-header>img,.ne-chat-header-placeholder{width:48px;height:48px;flex:0 0 48px;border-radius:50%;object-fit:cover;border:2px solid rgba(168,102,255,.65);background:#111;display:flex;align-items:center;justify-content:center;color:#a866ff;font-weight:900}
.ne-chat-header>div{min-width:0;flex:1}.ne-chat-header strong{display:block;color:#fff;font-size:16px;font-weight:850}.ne-chat-header small{display:block;margin-top:3px;color:rgba(255,255,255,.46);font-size:11px}
.ne-chat-header-status{padding:6px 9px;border-radius:999px;background:rgba(168,102,255,.12);color:#b46cff;font-size:9px;font-weight:900;letter-spacing:.08em}
.ne-chat-card{height:calc(100vh - 130px);min-height:540px;display:flex;flex-direction:column;margin-top:12px;border:1px solid rgba(255,255,255,.08);border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.ne-chat-thread{flex:1;min-height:0;overflow:auto;padding:24px 24px 20px;display:flex;flex-direction:column;gap:13px;scroll-behavior:smooth}
.ne-chat-day{text-align:center;color:rgba(255,255,255,.38);font-size:10px;font-weight:750;letter-spacing:.04em;margin:3px 0 7px}
.ne-chat-message{display:flex;align-items:flex-end;gap:9px;max-width:76%;align-self:flex-start}.ne-chat-message.is-mine{align-self:flex-end;flex-direction:row-reverse}
.ne-chat-message>img{width:38px;height:38px;flex:0 0 38px;border-radius:50%;object-fit:cover;border:1px solid rgba(168,102,255,.42);background:#111}
.ne-chat-bubble{min-width:0;padding:10px 13px;border-radius:17px 17px 17px 5px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.045);color:#fff}
.ne-chat-message.is-mine .ne-chat-bubble{border-radius:17px 17px 5px 17px;background:linear-gradient(145deg,rgba(146,80,244,.28),rgba(108,46,190,.19));border-color:rgba(168,102,255,.2)}
.ne-chat-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.ne-chat-meta strong{font-size:11px;color:#fff}.ne-chat-meta time{font-size:9px;color:rgba(255,255,255,.36)}
.ne-chat-content{font-size:14px;line-height:1.5;color:rgba(255,255,255,.9);word-break:break-word}.ne-chat-content p{margin:0 0 5px}.ne-chat-content p:last-child{margin-bottom:0}
.ne-chat-reply{display:flex;align-items:flex-end;gap:10px;padding:13px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.16)}
.ne-chat-reply textarea{flex:1;min-height:48px;max-height:150px;resize:none;border:1px solid rgba(255,255,255,.1)!important;border-radius:15px!important;background:rgba(255,255,255,.045)!important;color:#fff!important;padding:13px 14px!important;outline:none!important;box-shadow:none!important;font-size:14px;line-height:1.4}
.ne-chat-reply textarea::placeholder{color:rgba(255,255,255,.36)}
.ne-chat-reply textarea:focus{border-color:rgba(168,102,255,.55)!important;box-shadow:0 0 0 3px rgba(168,102,255,.08)!important}
.ne-chat-reply button{height:48px;border:0;border-radius:14px;background:#9250f4;color:#fff;font-weight:850;padding:0 17px;cursor:pointer;display:flex;align-items:center;gap:7px;white-space:nowrap}.ne-chat-reply button:hover{background:#a866ff}.ne-chat-reply button span{font-size:16px}
.ne-chat-empty{margin:auto;max-width:420px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.55);padding:40px 20px}.ne-chat-empty>div{width:64px;height:64px;border-radius:20px;background:rgba(168,102,255,.12);display:flex;align-items:center;justify-content:center;color:#b46cff;font-size:27px;margin-bottom:6px}.ne-chat-empty strong{font-size:19px;color:#fff}.ne-chat-empty span{font-size:13px;line-height:1.5;max-width:390px}

/* Admin — janela de conversa */
.ne-admin-messages-page{max-width:1180px;margin:22px auto 40px!important;padding:0 18px}
.ne-admin-messages-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.ne-admin-messages-head h1{margin:2px 0 5px!important;font-size:30px!important}.ne-admin-messages-head p{margin:0;color:#646970;font-size:13px}.ne-admin-messages-kicker{font-size:10px;font-weight:900;letter-spacing:.12em;color:#7c3aed}.ne-admin-messages-badge{padding:7px 10px;border-radius:999px;background:#f3e8ff;color:#7c3aed;font-size:10px;font-weight:900}
.ne-admin-chat-layout{display:grid;grid-template-columns:300px minmax(0,1fr);height:calc(100vh - 170px);min-height:620px;background:#fff;border:1px solid #dcdcde;border-radius:18px;overflow:hidden;box-shadow:0 14px 40px rgba(0,0,0,.08)}
.ne-admin-chat-list{border-right:1px solid #e2e4e7;background:#fafafa;overflow:auto}.ne-admin-chat-list-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e2e4e7}.ne-admin-chat-list-head strong{font-size:14px}.ne-admin-chat-list-head span{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#f0e6ff;color:#7c3aed;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center}
.ne-admin-chat-user{display:flex;align-items:center;gap:10px;padding:12px 14px;text-decoration:none!important;color:#1d2327;border-bottom:1px solid #eceef0;transition:.18s ease}.ne-admin-chat-user:hover{background:#f3f4f6}.ne-admin-chat-user.is-active{background:#f0e6ff;box-shadow:inset 3px 0 #8b5cf6}.ne-admin-chat-user>img{width:44px;height:44px;flex:0 0 44px;border-radius:50%;object-fit:cover;background:#eee}.ne-admin-chat-user-main{min-width:0;flex:1}.ne-admin-chat-user-main strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ne-admin-chat-user-main small{display:block;margin-top:3px;color:#73777c;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ne-admin-chat-unread{min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#8b5cf6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px}
.ne-admin-chat-window{min-width:0;display:flex;flex-direction:column;background:#101014}.ne-admin-chat-header{display:flex;align-items:center;gap:11px;padding:13px 16px;border-bottom:1px solid rgba(255,255,255,.08);background:#0b0b0e;color:#fff}.ne-admin-chat-back{display:none;width:36px;height:36px;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:22px}.ne-admin-chat-header>img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid rgba(168,102,255,.45)}.ne-admin-chat-header>div{min-width:0;flex:1}.ne-admin-chat-header strong{display:block;font-size:14px}.ne-admin-chat-header small{display:block;margin-top:3px;color:rgba(255,255,255,.42);font-size:10px}.ne-admin-chat-role{padding:6px 9px;border-radius:999px;background:rgba(168,102,255,.12);color:#b46cff;font-size:9px;font-weight:900}
.ne-admin-chat-thread{flex:1;min-height:0;overflow:auto;padding:22px;display:flex;flex-direction:column;gap:13px}.ne-admin-chat-day{text-align:center;color:rgba(255,255,255,.35);font-size:9px;margin:3px 0 6px}.ne-admin-chat-message{display:flex;align-items:flex-end;gap:9px;max-width:76%}.ne-admin-chat-message.is-mine{align-self:flex-end;flex-direction:row-reverse}.ne-admin-chat-message>img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex:0 0 36px}.ne-admin-chat-bubble{padding:10px 12px;border-radius:16px 16px 16px 5px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.05);color:#fff}.ne-admin-chat-message.is-mine .ne-admin-chat-bubble{border-radius:16px 16px 5px 16px;background:rgba(146,80,244,.22);border-color:rgba(168,102,255,.18)}.ne-admin-chat-meta{display:flex;gap:8px;align-items:center;margin-bottom:4px}.ne-admin-chat-meta strong{font-size:10px}.ne-admin-chat-meta time{font-size:8px;color:rgba(255,255,255,.34)}.ne-admin-chat-content{font-size:13px;line-height:1.5;color:rgba(255,255,255,.88)}.ne-admin-chat-content p{margin:0 0 5px}.ne-admin-chat-content p:last-child{margin-bottom:0}
.ne-admin-chat-reply{display:flex;align-items:flex-end;gap:9px;padding:12px;border-top:1px solid rgba(255,255,255,.08);background:#0b0b0e}.ne-admin-chat-reply textarea{flex:1;min-height:48px;resize:none;border:1px solid rgba(255,255,255,.12)!important;border-radius:14px!important;background:rgba(255,255,255,.05)!important;color:#fff!important;padding:12px!important;outline:none!important;box-shadow:none!important}.ne-admin-chat-reply textarea::placeholder{color:rgba(255,255,255,.35)}.ne-admin-chat-reply button{height:48px;border:0;border-radius:13px;background:#9250f4;color:#fff;font-weight:800;padding:0 16px;cursor:pointer}.ne-admin-chat-reply button:hover{background:#a866ff}
.ne-admin-chat-placeholder,.ne-admin-chat-empty{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:rgba(255,255,255,.55);padding:30px}.ne-admin-chat-placeholder>div,.ne-admin-chat-empty>div{width:64px;height:64px;border-radius:20px;background:rgba(168,102,255,.12);display:flex;align-items:center;justify-content:center;color:#b46cff;font-size:28px;margin-bottom:10px}.ne-admin-chat-placeholder strong,.ne-admin-chat-empty strong{color:#fff;font-size:18px}.ne-admin-chat-placeholder span,.ne-admin-chat-empty span{margin-top:6px;font-size:12px;line-height:1.5;max-width:380px}.ne-admin-chat-empty-list{padding:22px;color:#73777c;font-size:12px;text-align:center}
@media(max-width:780px){
 .ne-account-shell--conversation{width:100%!important}.ne-account-shell--conversation>.ne-account-card{min-height:100vh!important}
 .ne-chat-page{min-height:100vh}.ne-chat-header{padding:10px 2px 12px}.ne-chat-header-status{display:none}.ne-chat-card{height:calc(100vh - 82px);min-height:0;margin-top:0;border-radius:0;border-left:0;border-right:0;box-shadow:none}.ne-chat-thread{padding:16px 12px 14px}.ne-chat-message{max-width:90%}.ne-chat-message>img{width:34px;height:34px;flex-basis:34px}.ne-chat-bubble{padding:9px 11px}.ne-chat-content{font-size:13px}.ne-chat-reply{padding:9px}.ne-chat-reply textarea{min-height:46px;padding:11px 12px!important}.ne-chat-reply button{width:48px;height:46px;padding:0;font-size:0;justify-content:center}.ne-chat-reply button span{font-size:17px}
 .ne-admin-messages-page{padding:0 10px;margin:10px auto 25px!important}.ne-admin-messages-head{align-items:flex-start}.ne-admin-messages-head p{display:none}.ne-admin-chat-layout{grid-template-columns:1fr;height:calc(100vh - 150px);min-height:560px}.ne-admin-chat-list{display:none}.ne-admin-chat-back{display:flex}.ne-admin-chat-message{max-width:90%}.ne-admin-chat-thread{padding:15px 12px}.ne-admin-chat-reply{padding:9px}.ne-admin-chat-reply button{width:48px;padding:0;font-size:0}.ne-admin-chat-reply button:after{content:'➤';font-size:16px}
}

/* ==========================================================
 * V104.6.44 FIX — CONVERSATION DARK SURFACE
 * A conversa deve manter a linguagem visual Noah mesmo quando
 * o shell da Conta utiliza o tema claro por padrão.
 * ========================================================== */
html body.ne-account-body.ne-account-shell--conversation,
body.ne-account-body.ne-account-shell--conversation{
    background:#05070d !important;
    color:#fff !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-account-page{
    min-height:100vh !important;
    width:100% !important;
    max-width:none !important;
    padding:18px 20px 28px !important;
    margin:0 !important;
    background:#05070d !important;
    color:#fff !important;
    align-items:stretch !important;
    justify-content:center !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-account-shell--conversation{
    color:#fff !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-account-card,
body.ne-account-body.ne-account-shell--conversation .ne-chat-card{
    color:#fff !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-chat-header{
    color:#fff !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-chat-header strong,
body.ne-account-body.ne-account-shell--conversation .ne-chat-meta strong,
body.ne-account-body.ne-account-shell--conversation .ne-chat-content,
body.ne-account-body.ne-account-shell--conversation .ne-chat-empty strong{
    color:#fff !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-chat-header small,
body.ne-account-body.ne-account-shell--conversation .ne-chat-meta time,
body.ne-account-body.ne-account-shell--conversation .ne-chat-day,
body.ne-account-body.ne-account-shell--conversation .ne-chat-empty span{
    color:rgba(255,255,255,.52) !important;
}
body.ne-account-body.ne-account-shell--conversation .ne-chat-reply{
    background:rgba(0,0,0,.28) !important;
}
@media(max-width:640px){
    body.ne-account-body.ne-account-shell--conversation .ne-account-page{
        padding:0 !important;
        background:#05070d !important;
    }
    body.ne-account-body.ne-account-shell--conversation .ne-chat-header{
        padding:12px 14px 13px !important;
    }
    body.ne-account-body.ne-account-shell--conversation .ne-chat-card{
        margin-top:0 !important;
        border-radius:0 !important;
        border-left:0 !important;
        border-right:0 !important;
        min-height:100vh !important;
        height:100vh !important;
    }
}

/* ==========================================================
 * V104.6.45 — MINHA CONTA: MENSAGENS LATERAIS + LIVES
 * Desktop: conversa permanece na mesma página da Conta.
 * Mobile: o painel ocupa a tela.
 * ========================================================== */
.ne-account-messages-drawer-backdrop{
  position:fixed;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);
  opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;z-index:9996;
}
.ne-account-messages-drawer-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto}
.ne-account-messages-drawer{
  position:fixed;top:0;right:0;width:min(430px,94vw);height:100vh;background:#07090f;color:#fff;
  border-left:1px solid rgba(255,255,255,.09);box-shadow:-24px 0 70px rgba(0,0,0,.38);
  transform:translateX(105%);transition:transform .28s cubic-bezier(.22,.8,.24,1);z-index:9997;
  display:flex;flex-direction:column;overflow:hidden;
}
.ne-account-messages-drawer.is-open{transform:translateX(0)}
.ne-account-messages-drawer-head{height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#080a10}
.ne-account-messages-drawer-head div{display:flex;flex-direction:column;gap:3px}.ne-account-messages-drawer-head span{font-size:8px;letter-spacing:.14em;color:#a866ff;font-weight:900}.ne-account-messages-drawer-head strong{font-size:19px;color:#fff}
.ne-account-messages-drawer-head button{width:38px;height:38px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;font-size:25px;line-height:1;cursor:pointer}
.ne-account-messages-drawer-frame{width:100%;height:calc(100vh - 72px);border:0;background:#05070d;display:block}
.ne-account-messages-drawer-launch{display:none}
/* V104.6.45 — página de entrada das Lives */
.ne-noah-lives-page{margin:0;background:#05070d;color:#fff;font-family:inherit;min-height:100vh}
.ne-noah-lives-shell{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 50% 20%,rgba(146,80,244,.12),transparent 35%),#05070d}
.ne-noah-lives-card{width:min(760px,100%);padding:54px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.015));box-shadow:0 30px 80px rgba(0,0,0,.35);text-align:center}
.ne-noah-lives-dot{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,54,93,.09);border:1px solid rgba(255,54,93,.22);font-size:10px;font-weight:900;letter-spacing:.1em;color:#ff7b96}.ne-noah-lives-dot i{width:8px;height:8px;border-radius:50%;background:#ff365d;animation:neLivePulse 1.5s infinite}
.ne-noah-lives-card h1{margin:18px 0 8px;font-size:42px;color:#fff}.ne-noah-lives-card>p{margin:0 auto 28px;max-width:540px;color:rgba(255,255,255,.58);font-size:15px;line-height:1.6}
.ne-noah-lives-placeholder{display:flex;flex-direction:column;align-items:center;gap:8px;padding:28px;border-radius:20px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.06)}.ne-noah-lives-placeholder>span{font-size:28px;color:#a866ff}.ne-noah-lives-placeholder strong{font-size:18px}.ne-noah-lives-placeholder small{color:rgba(255,255,255,.45);max-width:470px;line-height:1.5}.ne-noah-lives-back{position:fixed;top:22px;left:24px;color:#fff;text-decoration:none;font-size:12px;font-weight:700;opacity:.7}.ne-noah-lives-back:hover{opacity:1;color:#c084fc}
@media(max-width:640px){.ne-noah-lives-shell{padding:20px}.ne-noah-lives-card{padding:34px 22px}.ne-noah-lives-card h1{font-size:32px}.ne-noah-lives-back{position:static;align-self:start;margin-bottom:16px}}

/* ==========================================================
 * V104.6.46 — NOTIFICAÇÕES
 * ========================================================== */
.ne-notifications-widget{position:relative;display:inline-block;z-index:1200}
.ne-notifications-widget>summary{list-style:none}
.ne-notifications-widget>summary::-webkit-details-marker{display:none}
.ne-notifications-trigger{position:relative;width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);transition:.2s ease}
.ne-notifications-trigger:hover{background:rgba(168,102,255,.10);border-color:rgba(168,102,255,.35)}
.ne-notifications-trigger svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.ne-notifications-trigger>b{position:absolute;top:-5px;right:-5px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#a866ff;color:#fff;font-size:10px;line-height:19px;text-align:center;box-shadow:0 0 0 3px #050d18,0 0 14px rgba(168,102,255,.65)}
.ne-notifications-panel{position:absolute;top:calc(100% + 12px);right:0;width:min(390px,calc(100vw - 28px));max-height:540px;overflow:hidden;border:1px solid rgba(255,255,255,.10);border-radius:20px;background:rgba(7,12,22,.98);box-shadow:0 28px 80px rgba(0,0,0,.48);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.ne-notifications-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
.ne-notifications-panel-head strong{display:block;color:#fff;font-size:16px;font-weight:850}.ne-notifications-panel-head small{display:block;margin-top:3px;color:rgba(255,255,255,.46);font-size:11px}.ne-notifications-panel-head>a{color:#b46cff!important;font-size:11px;font-weight:800;text-decoration:none!important;white-space:nowrap}
.ne-notifications-list{max-height:440px;overflow:auto}
.ne-notification-item{position:relative;display:flex;gap:12px;padding:14px 18px;color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.055);transition:.18s ease}
.ne-notification-item:hover{background:rgba(168,102,255,.08)}
.ne-notification-item.is-unread{background:rgba(168,102,255,.055)}
.ne-notification-icon{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:rgba(168,102,255,.12);font-size:17px}
.ne-notification-copy{min-width:0;display:block;padding-right:10px}.ne-notification-copy strong{display:block;color:#fff;font-size:13px;font-weight:800;line-height:1.35}.ne-notification-copy small{display:block;margin-top:3px;color:rgba(255,255,255,.58);font-size:11px;line-height:1.4}.ne-notification-copy em{display:block;margin-top:5px;color:rgba(255,255,255,.34);font-size:9px;font-style:normal}
.ne-notification-item>i{position:absolute;right:13px;top:50%;width:7px;height:7px;border-radius:50%;background:#a866ff;box-shadow:0 0 10px rgba(168,102,255,.75);transform:translateY(-50%)}
.ne-notifications-empty{padding:42px 24px;text-align:center;color:#fff}.ne-notifications-empty>span{display:flex;width:48px;height:48px;margin:0 auto 12px;align-items:center;justify-content:center;border-radius:50%;background:rgba(67,220,126,.10);color:#43dc7e;font-size:22px}.ne-notifications-empty strong{display:block;font-size:14px}.ne-notifications-empty small{display:block;margin-top:6px;color:rgba(255,255,255,.48);font-size:11px;line-height:1.5}
.ne-account-quick-icon{position:relative}.ne-account-quick-badge{position:absolute;top:-7px;right:-7px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#a866ff;color:#fff;font-size:10px;line-height:19px;text-align:center;box-shadow:0 0 0 3px #071220}
.ne-comunidade-head-actions{position:relative;display:flex;align-items:center;gap:10px}
@media(max-width:640px){.ne-notifications-panel{position:fixed;top:72px;right:14px;width:calc(100vw - 28px);max-height:calc(100vh - 94px)}.ne-notifications-list{max-height:calc(100vh - 170px)}}

/* V104.6.48 — Responder comentários */
.ne-comunidade-comment.is-reply{margin-left:46px!important}
.ne-comunidade-comment-reply{display:inline-flex!important;align-items:center;border:0!important;background:transparent!important;color:#b46cff!important;padding:5px 0 0!important;font-size:11px!important;font-weight:800!important;cursor:pointer!important}
.ne-comunidade-comment-reply:hover{color:#d0a8ff!important}
.ne-comunidade-comment-replying{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 0 9px;padding:9px 11px;border-radius:10px;background:rgba(168,102,255,.10);color:rgba(255,255,255,.72);font-size:11px}
.ne-comunidade-comment-replying strong{color:#fff}
.ne-comunidade-comment-cancel-reply{border:0;background:transparent;color:#b46cff;font-size:11px;font-weight:800;cursor:pointer}
@media(max-width:640px){.ne-comunidade-comment.is-reply{margin-left:30px!important}}

/* V104.6.49 — estado visual dos Likes */
.ne-comunidade-post>footer .ne-comunidade-like.is-liked{color:#ff4f8b!important}
.ne-comunidade-post>footer .ne-comunidade-like.is-liked svg{fill:currentColor;stroke:currentColor}
.ne-comunidade-post>footer .ne-comunidade-like:disabled{opacity:.65;cursor:wait}


/* V104.6.51 — feedback visual da partilha da Comunidade */
.ne-comunidade-post>footer .ne-comunidade-share{position:relative}
.ne-community-share-toast{position:fixed;left:50%;bottom:28px;z-index:999999;transform:translate(-50%,16px);opacity:0;pointer-events:none;padding:11px 16px;border-radius:12px;background:rgba(20,20,24,.96);border:1px solid rgba(168,102,255,.45);color:#fff;font-size:13px;font-weight:800;box-shadow:0 14px 35px rgba(0,0,0,.35);transition:opacity .18s ease,transform .18s ease}
.ne-community-share-toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:640px){.ne-community-share-toast{bottom:86px;max-width:calc(100vw - 28px);text-align:center}}

/* V104.6.52 — Modal Noah de partilha da Comunidade */
body.ne-share-modal-open{overflow:hidden!important}
.ne-share-modal{position:fixed;inset:0;z-index:1000000;display:flex;align-items:center;justify-content:center;visibility:hidden;pointer-events:none}
.ne-share-modal.is-open{visibility:visible;pointer-events:auto}
.ne-share-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;transition:opacity .22s ease}
.ne-share-modal.is-open .ne-share-backdrop{opacity:1}
.ne-share-sheet{position:relative;width:min(520px,calc(100vw - 32px));max-height:min(86vh,760px);overflow:auto;padding:28px 28px 24px;border:1px solid rgba(176,111,255,.25);border-radius:28px;background:linear-gradient(145deg,rgba(25,24,32,.98),rgba(11,11,15,.99));box-shadow:0 28px 90px rgba(0,0,0,.62),0 0 50px rgba(126,60,210,.12);color:#fff;transform:translateY(18px) scale(.98);opacity:0;transition:transform .24s ease,opacity .24s ease}
.ne-share-modal.is-open .ne-share-sheet{transform:translateY(0) scale(1);opacity:1}
.ne-share-grabber{display:none;width:44px;height:4px;border-radius:10px;background:rgba(255,255,255,.34);margin:0 auto 18px}
.ne-share-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;font-size:28px;line-height:1;cursor:pointer}
.ne-share-close:hover{background:rgba(168,102,255,.16);border-color:rgba(168,102,255,.35)}
.ne-share-heading{display:flex;align-items:center;gap:15px;padding-right:52px;margin-bottom:22px}
.ne-share-heading-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:rgba(168,102,255,.12);border:1px solid rgba(168,102,255,.32);color:#b46cff;font-size:27px;font-weight:900;box-shadow:0 0 28px rgba(168,102,255,.12)}
.ne-share-heading h2{margin:0 0 5px;color:#fff;font-size:22px;line-height:1.15;font-weight:850}
.ne-share-heading p{margin:0;color:rgba(255,255,255,.58);font-size:13px;line-height:1.45}
.ne-share-quick-title{text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.38);font-size:10px;font-weight:850;margin:0 0 10px 2px}
.ne-share-apps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.ne-share-app{min-height:82px;padding:12px 8px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:rgba(255,255,255,.035);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:800;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.ne-share-app:hover{transform:translateY(-2px);background:rgba(168,102,255,.08);border-color:rgba(168,102,255,.35)}
.ne-share-app-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:rgba(168,102,255,.11);border:1px solid rgba(168,102,255,.22);color:#c18aff;font-size:20px;font-weight:900}
.ne-share-action{width:100%;display:grid;grid-template-columns:46px 1fr 24px;align-items:center;gap:13px;text-align:left;padding:13px 15px;margin-top:10px;border:1px solid rgba(168,102,255,.27);border-radius:17px;background:rgba(255,255,255,.035);color:#fff;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}
.ne-share-action:hover{background:rgba(168,102,255,.09);border-color:rgba(168,102,255,.48);transform:translateY(-1px)}
.ne-share-action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(168,102,255,.09);border:1px solid rgba(168,102,255,.27);color:#b46cff;font-size:19px}
.ne-share-action strong{display:block;font-size:14px;line-height:1.25;color:#fff}
.ne-share-action small{display:block;margin-top:4px;color:rgba(255,255,255,.5);font-size:11px;line-height:1.35}
.ne-share-action-arrow{color:#b46cff;font-size:25px;text-align:right}
.ne-share-cancel{width:100%;margin-top:14px;padding:13px;border:1px solid rgba(255,255,255,.14);border-radius:15px;background:transparent;color:#b46cff;font-weight:850;cursor:pointer}
.ne-share-cancel:hover{background:rgba(168,102,255,.08);border-color:rgba(168,102,255,.35)}
@media(max-width:640px){
  .ne-share-modal{align-items:flex-end}
  .ne-share-sheet{width:100%;max-width:none;max-height:90vh;padding:12px 18px 18px;border-radius:28px 28px 0 0;border-left:0;border-right:0;border-bottom:0;transform:translateY(100%);}
  .ne-share-modal.is-open .ne-share-sheet{transform:translateY(0)}
  .ne-share-grabber{display:block}
  .ne-share-close{top:16px;right:16px;width:40px;height:40px}
  .ne-share-heading{margin-bottom:18px;padding-right:46px}
  .ne-share-heading-icon{width:46px;height:46px;border-radius:15px}
  .ne-share-heading h2{font-size:19px}
  .ne-share-apps{grid-template-columns:repeat(3,1fr);gap:8px}
  .ne-share-app{min-height:74px;padding:9px 5px;border-radius:15px}
  .ne-share-app-icon{width:34px;height:34px}
  .ne-share-action{padding:12px 13px}
}

/* V104.6.53 — Personalização final dos elementos do modal de partilha */
.ne-share-app-icon svg,
.ne-share-action-icon svg,
.ne-share-action-arrow svg{width:22px;height:22px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-share-app--whatsapp .ne-share-app-icon{color:#25D366;background:rgba(37,211,102,.10);border-color:rgba(37,211,102,.25)}
.ne-share-app--telegram .ne-share-app-icon{color:#29A9EA;background:rgba(41,169,234,.10);border-color:rgba(41,169,234,.25)}
.ne-share-app--facebook .ne-share-app-icon{color:#1877F2;background:rgba(24,119,242,.10);border-color:rgba(24,119,242,.25)}
.ne-share-app--instagram .ne-share-app-icon{color:#E1306C;background:linear-gradient(145deg,rgba(131,58,180,.18),rgba(225,48,108,.12),rgba(252,175,69,.10));border-color:rgba(225,48,108,.30)}
.ne-share-app--x .ne-share-app-icon{color:#fff;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.18)}
.ne-share-app--email .ne-share-app-icon{color:#b46cff;background:rgba(168,102,255,.11);border-color:rgba(168,102,255,.26)}
.ne-share-app:hover .ne-share-app-icon{transform:scale(1.05)}
.ne-share-app-icon{transition:transform .16s ease,color .16s ease,background .16s ease}
.ne-share-action-icon{flex-shrink:0}
.ne-share-action-icon svg{width:21px;height:21px}
.ne-share-action-arrow{display:grid;place-items:center}
.ne-share-action-arrow svg{width:20px;height:20px}
.ne-share-sheet{background:linear-gradient(150deg,rgba(20,19,28,.99),rgba(8,8,12,.995));border-color:rgba(168,102,255,.30)}
.ne-share-heading-icon{background:linear-gradient(145deg,rgba(168,102,255,.18),rgba(92,40,140,.10));}
.ne-share-cancel{font-size:13px;letter-spacing:.01em}
@media(max-width:640px){
  .ne-share-sheet{padding-bottom:22px}
  .ne-share-app{font-size:10.5px}
  .ne-share-action strong{font-size:13.5px}
}

/* V104.6.54 — Refinamento visual do modal de partilha: compacto, alinhado e com contraste Noah */
.ne-share-sheet{
  width:min(500px,calc(100vw - 28px));
  padding:24px 24px 20px;
  border:1px solid rgba(168,102,255,.28);
  border-radius:24px;
  background:linear-gradient(150deg,rgba(19,19,25,.99),rgba(8,8,12,.995));
}
.ne-share-close{
  top:16px;right:16px;width:38px;height:38px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  background:rgba(255,255,255,.025);
  color:#fff!important;
  font-size:22px;
}
.ne-share-heading{gap:13px;padding-right:48px;margin-bottom:18px}
.ne-share-heading-icon{width:48px;height:48px;border-radius:15px;font-size:24px}
.ne-share-heading h2{color:#fff!important;font-size:21px;font-weight:800}
.ne-share-heading p{color:rgba(255,255,255,.62)!important;font-size:12px}
.ne-share-quick-title{color:rgba(255,255,255,.46)!important;font-size:9.5px;margin-bottom:9px}
.ne-share-apps{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-bottom:14px}
.ne-share-app{
  min-height:78px;
  padding:10px 6px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  background:rgba(255,255,255,.018);
  color:#fff!important;
  gap:6px;
  font-size:11px;
  font-weight:700;
}
.ne-share-app span,
.ne-share-app .ne-share-app-label,
.ne-share-app > *:not(.ne-share-app-icon){color:#fff!important}
.ne-share-app:hover{transform:translateY(-1px);background:rgba(168,102,255,.055);border-color:rgba(168,102,255,.34)}
.ne-share-app-icon{width:34px;height:34px;border-radius:11px;font-size:18px}
.ne-share-action{
  min-height:70px;
  grid-template-columns:42px 1fr 22px;
  gap:12px;
  padding:11px 13px;
  margin-top:9px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:13px;
  background:rgba(255,255,255,.018);
  color:#fff!important;
}
.ne-share-action strong{font-size:13.5px;color:#fff!important;font-weight:800}
.ne-share-action small{color:rgba(255,255,255,.52)!important;font-size:10.5px}
.ne-share-action-icon{width:40px;height:40px}
.ne-share-action-arrow{color:#b46cff!important}
.ne-share-cancel{
  margin-top:12px;
  padding:11px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  background:transparent;
  color:#b46cff!important;
  font-size:13px;
  font-weight:800;
}
@media(max-width:640px){
  .ne-share-sheet{padding:12px 16px 18px;border-radius:24px 24px 0 0}
  .ne-share-heading{margin-bottom:15px}
  .ne-share-heading h2{font-size:18px}
  .ne-share-heading p{font-size:11.5px}
  .ne-share-apps{gap:7px}
  .ne-share-app{min-height:68px;padding:8px 4px;border-radius:11px;font-size:10.5px}
  .ne-share-app-icon{width:32px;height:32px;border-radius:10px}
  .ne-share-action{min-height:64px;padding:10px 11px;grid-template-columns:40px 1fr 20px}
  .ne-share-action strong{font-size:13px}
  .ne-share-action small{font-size:10px}
  .ne-share-cancel{padding:10px}
}

/* V104.6.54-FIX — força o visual do modal de partilha Noah contra estilos globais */
body .ne-share-modal .ne-share-sheet{box-sizing:border-box!important;width:min(520px,calc(100vw - 32px))!important;max-width:520px!important;padding:26px!important;border:1px solid rgba(168,102,255,.28)!important;border-radius:24px!important;background:linear-gradient(150deg,#15141c,#09090d)!important;color:#fff!important}
body .ne-share-modal .ne-share-apps{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:9px!important;margin:0 0 14px!important}
body .ne-share-modal .ne-share-app{box-sizing:border-box!important;width:100%!important;min-width:0!important;min-height:76px!important;height:76px!important;padding:9px 5px!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important;background:rgba(255,255,255,.02)!important;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1.1!important;text-align:center!important}
body .ne-share-modal .ne-share-app>span:last-child{display:block!important;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1.1!important}
body .ne-share-modal .ne-share-app-icon{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;display:grid!important;place-items:center!important;border-radius:10px!important}
body .ne-share-modal .ne-share-app-icon svg{width:20px!important;height:20px!important;display:block!important}
body .ne-share-modal .ne-share-action{box-sizing:border-box!important;width:100%!important;min-height:68px!important;height:68px!important;margin:8px 0 0!important;padding:10px 12px!important;display:grid!important;grid-template-columns:40px minmax(0,1fr) 20px!important;align-items:center!important;gap:11px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:13px!important;background:rgba(255,255,255,.02)!important;color:#fff!important;text-align:left!important}
body .ne-share-modal .ne-share-action-icon{width:38px!important;height:38px!important}
body .ne-share-modal .ne-share-action strong{display:block!important;margin:0!important;color:#fff!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important}
body .ne-share-modal .ne-share-action small{display:block!important;margin:3px 0 0!important;color:rgba(255,255,255,.55)!important;font-size:10px!important;font-weight:500!important;line-height:1.3!important}
body .ne-share-modal .ne-share-action-arrow{color:#b46cff!important}
body .ne-share-modal .ne-share-cancel{box-sizing:border-box!important;width:100%!important;height:46px!important;margin:11px 0 0!important;padding:0!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:12px!important;background:transparent!important;color:#b46cff!important;font-size:13px!important;font-weight:800!important;line-height:46px!important;text-align:center!important}
body .ne-share-modal .ne-share-heading h2{margin:0 0 4px!important;color:#fff!important;font-size:21px!important;font-weight:800!important;line-height:1.15!important}
body .ne-share-modal .ne-share-heading p{margin:0!important;color:rgba(255,255,255,.62)!important;font-size:12px!important;line-height:1.4!important}
body .ne-share-modal .ne-share-quick-title{color:rgba(255,255,255,.46)!important;font-size:9.5px!important;font-weight:850!important}
body .ne-share-modal .ne-share-close{color:#fff!important;background:rgba(255,255,255,.025)!important;border-color:rgba(255,255,255,.16)!important}
@media(max-width:640px){
 body .ne-share-modal .ne-share-sheet{width:100%!important;max-width:none!important;padding:12px 16px 18px!important;border-radius:24px 24px 0 0!important}
 body .ne-share-modal .ne-share-app{min-height:66px!important;height:66px!important;padding:7px 4px!important}
 body .ne-share-modal .ne-share-app-icon{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}
 body .ne-share-modal .ne-share-app>span:last-child{font-size:10.5px!important}
 body .ne-share-modal .ne-share-action{min-height:62px!important;height:62px!important;padding:9px 10px!important;grid-template-columns:38px minmax(0,1fr) 18px!important}
 body .ne-share-modal .ne-share-action strong{font-size:12.5px!important}
 body .ne-share-modal .ne-share-action small{font-size:9.5px!important}
 body .ne-share-modal .ne-share-cancel{height:44px!important;line-height:44px!important}
}

/* =========================================================
   V104.6.55 — PERFIL PÚBLICO DOS MEMBROS
   Extensão visual da Minha Conta existente.
   ========================================================= */
.ne-account-shell--public-profile{width:min(1220px,100%);max-width:1220px!important}
.ne-account-shell--public-profile>.ne-account-card{padding:0!important;overflow:hidden;border:0!important;box-shadow:none!important;border-radius:24px!important;background:#050d18!important}
.ne-public-profile{min-height:100vh;background:#050d18;color:#fff;padding:0 0 46px}
.ne-public-profile-top{height:58px;padding:0 30px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07);background:#050b14}
.ne-public-profile-top a{color:rgba(255,255,255,.75)!important;text-decoration:none;font-size:12px;font-weight:800}
.ne-public-profile-top a:hover{color:#b18cff!important}
.ne-public-profile-top span{font-size:10px;letter-spacing:.16em;color:rgba(255,255,255,.42);font-weight:900}
.ne-public-profile-hero{position:relative;background:#050d18;border-bottom:1px solid rgba(255,255,255,.08)}
.ne-public-profile-cover{height:270px;background:#0a1320 center/cover no-repeat;position:relative;overflow:hidden}
.ne-public-profile-cover:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 20%,rgba(123,72,255,.24),transparent 48%),linear-gradient(135deg,rgba(9,13,25,.10),rgba(21,16,58,.16) 52%,rgba(7,13,23,.08))}
.ne-public-profile-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,7,15,.12),rgba(3,7,15,.82) 100%)}
.ne-public-profile-identity{display:flex;gap:24px;padding:0 40px 26px;position:relative;margin-top:-78px;align-items:flex-end}
.ne-public-profile-avatar{width:146px;height:146px;flex:0 0 146px;border-radius:50%;border:5px solid #8c55ff;background:#101827;box-shadow:0 12px 34px rgba(0,0,0,.38);overflow:hidden;display:grid;place-items:center;color:#fff;font-size:50px;font-weight:900;position:relative}
.ne-public-profile-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.ne-public-profile-main{min-width:0;flex:1;padding-bottom:4px}
.ne-public-profile-name-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.ne-public-profile-name-row h1{margin:0;color:#fff!important;font-size:34px!important;line-height:1.05;font-weight:850!important;letter-spacing:-.03em}
.ne-public-profile-role{display:inline-flex;margin-top:8px;color:#a982ff;font-size:13px;font-weight:800}
.ne-public-profile-tagline{margin:9px 0 0;color:rgba(255,255,255,.72);font-size:14px;line-height:1.5}
.ne-public-profile-meta{display:flex;align-items:center;gap:7px;margin-top:10px;color:rgba(255,255,255,.54);font-size:11px}
.ne-public-profile-meta svg,.ne-public-profile-contact svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.ne-public-profile-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.ne-public-profile-share,.ne-public-profile-message{min-height:44px;padding:0 16px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(151,104,255,.62);background:rgba(92,52,183,.16);color:#fff!important;text-decoration:none;font-size:11px;font-weight:850;cursor:pointer}
.ne-public-profile-share:hover{background:rgba(126,76,255,.26);border-color:#a884ff}
.ne-public-profile-message{background:linear-gradient(135deg,#7544f4,#5b2fd2);border-color:#8d62ff;box-shadow:0 10px 26px rgba(103,60,236,.20)}
.ne-public-profile-message.is-disabled{opacity:.48;cursor:not-allowed;filter:saturate(.7)}
.ne-public-profile-share svg,.ne-public-profile-message svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-public-profile-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:0 40px 28px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#07111d;overflow:hidden}
.ne-public-profile-stats>div{min-height:78px;padding:14px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.08)}
.ne-public-profile-stats>div:last-child{border-right:0}
.ne-public-profile-stats strong{font-size:20px;color:#fff;line-height:1.15}
.ne-public-profile-stats span{margin-top:5px;color:rgba(255,255,255,.52);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;text-align:center}
.ne-public-profile-grid{display:grid;grid-template-columns:290px minmax(0,1fr);gap:16px;padding:0 40px}
.ne-public-profile-side{display:flex;flex-direction:column;gap:16px}
.ne-public-profile-panel{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#07111d;box-shadow:0 10px 28px rgba(0,0,0,.16);padding:20px}
.ne-public-profile-panel h2{margin:0 0 12px;color:#fff!important;font-size:18px!important;line-height:1.2}
.ne-public-profile-panel>p{margin:0;color:rgba(255,255,255,.66);font-size:12px;line-height:1.7}
.ne-public-profile-contact{display:flex;align-items:center;gap:9px;margin-top:13px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.72)!important;text-decoration:none;font-size:11px;overflow-wrap:anywhere}
.ne-public-profile-contact:hover{color:#b08cff!important}
.ne-public-profile-contact svg{color:#a879ff}
.ne-public-profile-share-panel p{margin-bottom:14px}
.ne-public-profile-share-wide{width:100%}
.ne-public-profile-main-content{display:flex;flex-direction:column;gap:16px;min-width:0}
.ne-public-profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.ne-public-profile-section-head h2{margin:0;color:#fff!important;font-size:19px!important}
.ne-public-profile-section-head>span,.ne-public-profile-section-head>a{color:rgba(255,255,255,.45)!important;font-size:10px;font-weight:800;text-decoration:none}
.ne-public-profile-section-head>a:hover{color:#b08cff!important}
.ne-public-profile-post{padding:15px 0;border-top:1px solid rgba(255,255,255,.07)}
.ne-public-profile-post:first-of-type{border-top:0;padding-top:0}
.ne-public-profile-post-head{display:flex;align-items:center;gap:10px}
.ne-public-profile-post-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#101827;border:1px solid rgba(142,91,255,.45);display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900;flex:0 0 auto}
.ne-public-profile-post-avatar img{width:100%;height:100%;object-fit:cover}
.ne-public-profile-post-head strong{display:block;color:#fff;font-size:12px}
.ne-public-profile-post-head small{display:block;margin-top:3px;color:rgba(255,255,255,.43);font-size:9px}
.ne-public-profile-post-thumb{display:block;height:145px;margin-top:12px;border-radius:12px;background:#0d1725 center/cover no-repeat;border:1px solid rgba(255,255,255,.06)}
.ne-public-profile-post-title{display:block;margin-top:12px;color:#fff!important;font-size:15px;font-weight:850;line-height:1.35;text-decoration:none}
.ne-public-profile-post-title:hover{color:#b18cff!important}
.ne-public-profile-post>p{margin:7px 0 0;color:rgba(255,255,255,.61);font-size:11px;line-height:1.6}
.ne-public-profile-post-actions{display:flex;align-items:center;gap:16px;margin-top:11px;color:rgba(255,255,255,.42);font-size:10px;font-weight:800}
.ne-public-profile-post-actions a{margin-left:auto;color:#a982ff!important;text-decoration:none}
.ne-public-profile-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.ne-public-profile-project{display:block;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:#091421;text-decoration:none;color:#fff!important;transition:transform .18s ease,border-color .18s ease}
.ne-public-profile-project:hover{transform:translateY(-2px);border-color:rgba(142,91,255,.42)}
.ne-public-profile-project-thumb{height:125px;background:#111d2d center/cover no-repeat}
.ne-public-profile-project-thumb.is-empty{display:grid;place-items:center;color:#a982ff;font-size:13px;font-weight:850}
.ne-public-profile-project strong{display:block;padding:11px 11px 0;color:#fff;font-size:12px;line-height:1.35}
.ne-public-profile-project small{display:block;padding:5px 11px 12px;color:rgba(255,255,255,.48);font-size:9px;line-height:1.45}
.ne-public-profile-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;color:rgba(255,255,255,.55)}
.ne-public-profile-empty strong{color:#fff;font-size:14px}
.ne-public-profile-empty span{font-size:11px}
.ne-public-profile-empty a{margin-top:8px;color:#a982ff!important;font-size:11px;font-weight:850;text-decoration:none}
.ne-comunidade-profile-link{color:inherit!important;text-decoration:none!important}
.ne-comunidade-profile-link:hover{color:#a982ff!important}
.ne-comunidade-profile-link--avatar{display:block;line-height:0}
.ne-comunidade-comment-avatar a{display:block;line-height:0}
.ne-comunidade-comment-avatar a:hover img{outline:2px solid rgba(142,91,255,.65);outline-offset:2px}
@media (max-width:900px){
 .ne-public-profile-grid{grid-template-columns:1fr;padding:0 22px}
 .ne-public-profile-side{order:2}
 .ne-public-profile-main-content{order:1}
 .ne-public-profile-project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:767px){
 .ne-public-profile-top{padding:0 16px;height:52px}
 .ne-public-profile-cover{height:205px}
 .ne-public-profile-identity{padding:0 18px 22px;gap:14px;margin-top:-62px;align-items:flex-start;flex-direction:column}
 .ne-public-profile-avatar{width:112px;height:112px;flex-basis:112px;border-width:4px;font-size:38px}
 .ne-public-profile-main{width:100%;padding:0}
 .ne-public-profile-name-row{align-items:flex-start;flex-direction:column;gap:14px}
 .ne-public-profile-name-row h1{font-size:27px!important}
 .ne-public-profile-actions{justify-content:flex-start;width:100%}
 .ne-public-profile-share,.ne-public-profile-message{flex:1;min-width:0;padding:0 11px}
 .ne-public-profile-stats{margin:0 18px 18px;grid-template-columns:repeat(2,1fr)}
 .ne-public-profile-stats>div:nth-child(2){border-right:0}
 .ne-public-profile-stats>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}
 .ne-public-profile-grid{padding:0 16px;gap:12px}
 .ne-public-profile-panel{padding:16px;border-radius:14px}
 .ne-public-profile-project-grid{grid-template-columns:1fr}
 .ne-public-profile-project-thumb{height:150px}
}

/* V104.6.55-FIX — PERFIL PÚBLICO: ecrã realmente full-width/full-height */
html body.ne-account-shell--public-profile,
body.ne-account-shell--public-profile{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  background:#050d18!important;
  overflow-x:hidden!important;
}
body.ne-account-shell--public-profile .ne-account-page{
  width:100%!important;
  max-width:none!important;
  min-height:100vh!important;
  margin:0!important;
  padding:0!important;
  display:block!important;
  background:#050d18!important;
}
body.ne-account-shell--public-profile .ne-account-shell--public-profile{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
body.ne-account-shell--public-profile .ne-account-brand{display:none!important}
body.ne-account-shell--public-profile .ne-account-shell--public-profile>.ne-account-card{
  width:100%!important;
  max-width:none!important;
  min-height:100vh!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:#050d18!important;
  overflow:visible!important;
}
body.ne-account-shell--public-profile .ne-public-profile{
  width:100%!important;
  max-width:none!important;
  min-height:100vh!important;
  margin:0!important;
  border-radius:0!important;
}
@media (max-width:782px){
  body.admin-bar.ne-account-shell--public-profile{padding-top:0!important}
  body.ne-account-shell--public-profile .ne-account-page,
  body.ne-account-shell--public-profile .ne-account-shell--public-profile,
  body.ne-account-shell--public-profile .ne-account-shell--public-profile>.ne-account-card{width:100%!important;max-width:none!important}
}

/* V104.6.57 — Lista de conversas Noah */
.ne-messages-layout{display:grid;grid-template-columns:290px minmax(0,1fr);gap:14px;width:100%;min-height:calc(100vh - 30px);color:#fff}
.ne-conversation-list{border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.018));overflow:hidden;height:fit-content;max-height:calc(100vh - 60px)}
.ne-conversation-list-title{padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.07)}
.ne-conversation-list-title span{display:block;color:#a866ff;font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:5px}.ne-conversation-list-title strong{font-size:20px;color:#fff}
.ne-conversation-items{padding:7px;overflow:auto;max-height:calc(100vh - 135px)}
.ne-conversation-item{display:flex;align-items:center;gap:11px;padding:11px 10px;border-radius:15px;text-decoration:none!important;color:#fff!important;transition:.2s ease;min-width:0}
.ne-conversation-item:hover{background:rgba(168,102,255,.08)}.ne-conversation-item.is-active{background:rgba(168,102,255,.14);box-shadow:inset 0 0 0 1px rgba(168,102,255,.16)}
.ne-conversation-item img{width:44px;height:44px;flex:0 0 44px;border-radius:50%;object-fit:cover;border:1px solid rgba(168,102,255,.45);background:#111}.ne-conversation-item>span{min-width:0;flex:1}.ne-conversation-item strong{display:block;font-size:13px;font-weight:850;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ne-conversation-item small{display:block;color:rgba(255,255,255,.42);font-size:10px;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ne-conversation-item>b{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#a866ff;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}
.ne-messages-current{min-width:0}
@media(max-width:900px){.ne-messages-layout{grid-template-columns:1fr;gap:10px}.ne-conversation-list{max-height:none;border-radius:18px}.ne-conversation-items{display:flex;gap:5px;overflow-x:auto;max-height:none;padding:7px}.ne-conversation-item{flex:0 0 190px;padding:8px}.ne-conversation-item img{width:38px;height:38px;flex-basis:38px}.ne-messages-current{min-width:0}.ne-chat-card{margin-top:0!important}}


/* V104.6.60 — restauração do template individual de Aula */
.ne-aula-single-active .site-main > article > .entry-content{padding-top:0;}
.ne-aula-single-active .ne-aula-page{margin-top:0;}

/* V104.6.62 — Modal Noah de Login/Cadastro, inspirado no Modal de Partilha */

/* ==========================================================
 * V104.6.81 — MOBILE: HEADER REMOVIDO / FOOTER COMO NAVEGAÇÃO
 * No telemóvel, a navegação global fica exclusivamente no footer.
 * Desktop e tablet permanecem inalterados nesta versão.
 * ========================================================== */
@media (max-width:760px){
  .ne-platform-header,
  .ne-platform-header[ data-ne-platform-header ]{
    display:none!important;
  }
  body.admin-bar .ne-platform-header{display:none!important;}
  .ne-platform-mobile-nav{display:grid!important;}
}

/* V104.6.83 — Pesquisa Unificada: entradas duplicadas ocultas */
.ne-home-reels-search,.ne-explorar-search-top{display:none!important;}


/* V104.6.84 — Header desktop/tablet: navegação única.
   Conta aparece apenas na navegação principal; o menu secundário foi removido.
   Explorar usa ícone próprio, não uma segunda lupa. */
@media (min-width:783px){
  .ne-platform-header .ne-platform-action--account,
  .ne-platform-header .ne-platform-action--menu,
  .ne-platform-menu{display:none!important;}
}

/* V104.6.94 — Pesquisa global no header, inspirada na V34.
   O clique abre o painel; não navega para Home nem cria nova rota. */
.ne-platform-search-panel{position:fixed;inset:0;z-index:10050;display:grid;place-items:start center;padding:92px 18px 24px;box-sizing:border-box}
.ne-platform-search-panel[hidden]{display:none!important}
.ne-platform-search-panel__backdrop{position:absolute;inset:0;background:rgba(4,10,18,.58);backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px)}
.ne-platform-search-panel__dialog{position:relative;width:min(720px,100%);padding:24px;border:1px solid rgba(16,28,48,.12);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(3,12,24,.28)}
.ne-platform-search-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}
.ne-platform-search-panel__head span{display:block;color:#078fc6;font-size:9px;font-weight:900;letter-spacing:.16em;margin-bottom:5px}
.ne-platform-search-panel__head h2{margin:0;color:#0a1422;font-size:28px;line-height:1.1}
.ne-platform-search-panel__close{width:38px;height:38px;border:0;border-radius:11px;background:#f1f5f8;color:#26384b;font-size:27px;line-height:1;cursor:pointer}
.ne-platform-search-panel__form{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:8px;border:1px solid #dce5eb;border-radius:15px;background:#f8fafc}
.ne-platform-search-panel__form>span{font-size:24px;color:#607087;padding-left:8px}
.ne-platform-search-panel__form input[type=search]{min-width:0;border:0!important;outline:0!important;background:transparent!important;color:#0a1422!important;box-shadow:none!important;padding:12px 4px;font-size:16px}
.ne-platform-search-panel__form button{border:0;border-radius:11px;background:#078fc6;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}
.ne-platform-search-panel__hint{margin:12px 2px 0;color:#687789;font-size:13px}
html.ne-platform-search-open,html.ne-platform-search-open body{overflow:hidden}
@media(max-width:782px){.ne-platform-search-panel{padding:72px 10px 18px}.ne-platform-search-panel__dialog{padding:18px;border-radius:18px}.ne-platform-search-panel__form{grid-template-columns:auto 1fr}.ne-platform-search-panel__form button{grid-column:1/-1;width:100%}}

/* ==========================================================
   V104.6.97 — AULA FULL-BLEED / PLAYER SEM BORDAS
   Mantém a tipografia atual da Aula e elimina qualquer moldura
   visual do player. O vídeo ocupa 100% da largura disponível.
   ========================================================== */
.ne-aula-page{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 !important;
  box-sizing:border-box;
  font-family:var(--ne-font-ui, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif);
}
.ne-aula-page .ne-aula-shell{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  box-sizing:border-box;
}
.ne-aula-page .ne-aula-main-section{
  width:100%;
  max-width:none;
  margin:0;
  padding:0;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent;
}
.ne-aula-page .ne-aula-main-video,
.ne-aula-page .ne-aula-main-video .ne-aula-video-frame{
  width:100%;
  max-width:none;
  margin:0;
}
.ne-aula-page .ne-aula-main-video .ne-aula-video-frame{
  aspect-ratio:16/9;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#000;
  overflow:hidden;
}
.ne-aula-page .ne-aula-main-video .ne-aula-video-frame::after{
  display:none !important;
  border:0 !important;
}
.ne-aula-page .ne-aula-main-video .ne-aula-video-frame iframe{
  display:block;
  width:100%;
  height:100%;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.ne-aula-page .ne-aula-main-info{
  width:min(980px,100%);
  max-width:980px;
  margin:26px auto 0;
  padding-left:20px;
  padding-right:20px;
  box-sizing:border-box;
}
@media (max-width:767px){
  .ne-aula-page .ne-aula-main-info{
    width:100%;
    max-width:none;
    margin-top:18px;
    padding-left:16px;
    padding-right:16px;
  }
}

/* ==========================================================
 * V104.6.98 — CONTA / LAYOUT ÚNICO
 * Visual only: mantém todo o conteúdo e comportamento existente.
 * Um único shell para Cursos, Atividade, Progresso e Personalização.
 * ========================================================== */
:root{
  --ne-account-layout-max:1140px;
  --ne-account-layout-gap:22px;
  --ne-account-layout-radius:22px;
}

/* Shell comum das páginas privadas da Conta */
body.ne-account-body .ne-account-page{
  align-items:flex-start!important;
  justify-content:center!important;
  padding:38px 20px 72px!important;
}
body.ne-account-body .ne-account-shell{
  width:min(var(--ne-account-layout-max),100%)!important;
  max-width:var(--ne-account-layout-max)!important;
  margin:0 auto!important;
}
body.ne-account-body .ne-account-brand{
  margin:0 0 14px!important;
  font-size:13px!important;
  letter-spacing:.12em!important;
  font-weight:900!important;
}
body.ne-account-body .ne-account-card{
  width:100%!important;
  box-sizing:border-box!important;
  padding:28px!important;
  border-radius:var(--ne-account-layout-radius)!important;
  overflow:hidden!important;
}

/* Cabeçalho comum: mesma estrutura em todas as páginas */
body.ne-account-body .ne-account-page-topbar{
  min-height:34px!important;
  margin:0 0 18px!important;
}
body.ne-account-body .ne-account-page-heading{
  margin:0 0 26px!important;
}
body.ne-account-body .ne-account-page-heading>div{
  align-items:center!important;
  gap:14px!important;
}
body.ne-account-body .ne-account-page-icon{
  width:48px!important;
  height:48px!important;
  flex:0 0 48px!important;
  border-radius:15px!important;
}
body.ne-account-body .ne-account-page-heading h1{
  margin:0 0 5px!important;
  font-size:28px!important;
  line-height:1.12!important;
}
body.ne-account-body .ne-account-page-heading p{
  margin:0!important;
  font-size:13px!important;
  line-height:1.5!important;
}

/* Meus Cursos: conteúdo completo, apenas reorganizado */
body.ne-account-shell--courses .ne-account-card{
  background:#07111d!important;
  color:#fff!important;
}
body.ne-account-shell--courses .ne-account-courses-page{
  width:100%!important;
}
body.ne-account-shell--courses .ne-account-course-grid--full{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
body.ne-account-shell--courses .ne-account-course-card--visual{
  min-width:0!important;
  border-radius:18px!important;
}
body.ne-account-shell--courses .ne-account-courses-note{
  margin-top:20px!important;
}

/* Atividade recente e blocos de progresso no dashboard usam o mesmo painel-base */
body.ne-account-shell--dashboard 
body.ne-account-shell--dashboard 
body.ne-account-shell--dashboard 
body.ne-account-shell--dashboard 
body.ne-account-shell--dashboard 
/* O progresso continua no mesmo shell visual quando presente no conteúdo existente. */
body.ne-account-shell--dashboard .ne-account-progress-track{
  height:7px!important;
}

/* Personalização: mesmo container, seções internas adaptam-se ao conteúdo */
body.ne-account-shell--settings .ne-account-card{
  background:#07111d!important;
  color:#fff!important;
}
body.ne-account-shell--settings .ne-account-settings-page{
  width:100%!important;
}
body.ne-account-shell--settings .ne-account-settings-card{
  width:100%!important;
  margin:0!important;
  border-radius:18px!important;
}
body.ne-account-shell--settings .ne-account-settings-section{
  margin:0!important;
  padding:22px 0!important;
}
body.ne-account-shell--settings .ne-account-settings-section:first-child{padding-top:0!important}
body.ne-account-shell--settings .ne-account-settings-section:last-of-type{padding-bottom:0!important}
body.ne-account-shell--settings .ne-account-settings-section-head{
  margin-bottom:16px!important;
}
body.ne-account-shell--settings .ne-account-settings-grid{
  gap:16px!important;
}

/* Mobile: o mesmo layout, uma coluna, sem alterar funcionalidades */
@media(max-width:760px){
  body.ne-account-body .ne-account-page{
    padding:22px 14px 92px!important;
  }
  body.ne-account-body .ne-account-shell{
    width:100%!important;
  }
  body.ne-account-body .ne-account-card{
    padding:20px 16px!important;
    border-radius:18px!important;
  }
  body.ne-account-body .ne-account-page-heading{
    margin-bottom:20px!important;
  }
  body.ne-account-body .ne-account-page-heading h1{
    font-size:23px!important;
  }
  body.ne-account-body .ne-account-page-heading p{
    font-size:12px!important;
  }
  body.ne-account-shell--courses .ne-account-course-grid--full{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  body.ne-account-shell--dashboard 
}

/* V104.6.99 — Remove top back button from account pages; preserve footer/detail back actions. */
.ne-account-page-topbar .ne-account-back-link{display:none !important;}

/* V104.6.102 — Conta: páginas completas de Atividade e Progresso.
 * Usa o mesmo shell visual das páginas existentes; apenas apresenta os dados já existentes.
 */
body.ne-account-shell--activity .ne-account-card,
body.ne-account-shell--progress .ne-account-card{
  background:#07111d!important;
  color:#fff!important;
}
body.ne-account-shell--activity .ne-account-content-page,
body.ne-account-shell--progress .ne-account-content-page{width:100%!important}
.ne-account-full-list{display:flex;flex-direction:column;gap:8px}
.ne-account-full-list-item{display:grid;grid-template-columns:36px minmax(0,1fr) auto 16px;align-items:center;gap:11px;min-height:60px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025);color:#fff;text-decoration:none;transition:background .18s ease,border-color .18s ease,transform .18s ease}
.ne-account-full-list-item:hover{background:rgba(0,212,255,.06);border-color:rgba(0,212,255,.22);transform:translateY(-1px)}
.ne-account-full-list-icon{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;background:rgba(48,210,122,.10);color:#55d98b;font-weight:900}
.ne-account-full-list-main{display:flex;flex-direction:column;gap:3px;min-width:0}
.ne-account-full-list-main strong{font-size:13px;color:#fff}
.ne-account-full-list-main small{font-size:11px;color:rgba(255,255,255,.58);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ne-account-full-list-item time{font-size:10px;color:rgba(255,255,255,.46);white-space:nowrap}
.ne-account-full-list-arrow{color:#00D4FF;font-size:15px}
.ne-account-progress-summary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:16px;margin-bottom:22px}
.ne-account-progress-main,.ne-account-progress-stats{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.025);padding:20px}
.ne-account-progress-main{display:flex;flex-direction:column;gap:9px}
.ne-account-progress-main>span{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.48);font-weight:800}
.ne-account-progress-main>strong{font-size:42px;line-height:1;color:#fff}
.ne-account-progress-main>small{font-size:12px;color:rgba(255,255,255,.52)}
.ne-account-progress-track{height:8px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}
.ne-account-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8f62ff,#c084fc)}
.ne-account-progress-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.ne-account-progress-stats>div{display:flex;flex-direction:column;justify-content:center;gap:5px;padding:10px;border-radius:14px;background:rgba(255,255,255,.025)}
.ne-account-progress-stats strong{font-size:24px;color:#fff}
.ne-account-progress-stats span{font-size:10px;line-height:1.35;color:rgba(255,255,255,.48)}
.ne-account-progress-courses{display:flex;flex-direction:column;gap:10px}
.ne-account-page-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 6px}
.ne-account-page-section-head h2{margin:0;font-size:18px;color:#fff}
.ne-account-page-section-head>span{font-size:11px;color:rgba(255,255,255,.45)}
.ne-account-progress-course{padding:17px 18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.025)}
.ne-account-progress-course-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}
.ne-account-progress-course-head>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.ne-account-progress-course-head strong{font-size:14px;color:#fff}
.ne-account-progress-course-head small{font-size:11px;color:rgba(255,255,255,.46)}
.ne-account-progress-course-head>b{font-size:13px;color:#c084fc;white-space:nowrap}
.ne-account-progress-course>a{display:inline-flex;align-items:center;gap:7px;margin-top:11px;color:#c084fc;font-size:12px;font-weight:800;text-decoration:none}
.ne-account-progress-course>a:hover{color:#fff}
@media(max-width:760px){
  .ne-account-full-list-item{grid-template-columns:38px minmax(0,1fr) 16px;gap:11px;min-height:66px;padding:10px 11px}
  .ne-account-full-list-icon{width:38px;height:38px;border-radius:12px}
  .ne-account-full-list-item time{display:none}
  .ne-account-progress-summary{grid-template-columns:1fr}
  .ne-account-progress-stats{grid-template-columns:repeat(3,minmax(0,1fr));padding:12px}
  .ne-account-progress-stats>div{padding:8px 5px}
  .ne-account-progress-stats strong{font-size:20px}
  .ne-account-progress-stats span{font-size:9px}
}

/* V104.6.105 — NOAH OFFICIAL THEME FIX
   Uses the existing user preference: light / dark.
   Official identity: #00D4FF + #F2C94C + #000000 + #FFFFFF.
*/
body.ne-noah-navigation-theme-dark,
body.ne-noah-navigation-theme-dark #page,
body.ne-noah-navigation-theme-dark .site,
body.ne-noah-navigation-theme-dark .ne-account-page{background:#000!important;color:#fff}
body.ne-noah-navigation-theme-dark .ne-account-card,
body.ne-noah-navigation-theme-dark .ne-account-settings-card{background:#050505!important;color:#fff;border-color:rgba(0,212,255,.16)!important}
body.ne-noah-navigation-theme-dark .ne-account-page-heading h1,
body.ne-noah-navigation-theme-dark .ne-account-settings-section-head h2,
body.ne-noah-navigation-theme-dark .ne-account-settings-field label{color:#fff!important}
body.ne-noah-navigation-theme-dark .ne-account-page-heading p,
body.ne-noah-navigation-theme-dark .ne-account-settings-section-head p,
body.ne-noah-navigation-theme-dark .ne-account-settings-field small{color:rgba(255,255,255,.68)!important}
body.ne-noah-navigation-theme-dark .ne-account-settings-section{border-bottom-color:rgba(255,255,255,.10)!important}
body.ne-noah-navigation-theme-dark .ne-account-settings-section-icon{border-color:rgba(0,212,255,.28)!important;background:rgba(0,212,255,.08)!important;color:#00D4FF!important;box-shadow:none}
body.ne-noah-navigation-theme-dark .ne-account-settings-field input{background:#000!important;color:#fff!important;border-color:rgba(255,255,255,.14)!important}
body.ne-noah-navigation-theme-dark .ne-account-settings-field input:focus{border-color:#00D4FF!important;box-shadow:0 0 0 3px rgba(0,212,255,.12)!important}
body.ne-noah-navigation-theme-dark .ne-account-button{background:#00D4FF!important;color:#000!important;border-color:#00D4FF!important}
body.ne-noah-navigation-theme-dark .ne-account-theme-option.is-selected .ne-account-theme-preview{border-color:#F2C94C!important;box-shadow:0 0 0 3px rgba(242,201,76,.16)!important}
body.ne-noah-navigation-theme-dark .ne-account-theme-option.is-selected .ne-account-theme-preview::after{background:#F2C94C!important;color:#000!important}
body.ne-noah-navigation-theme-dark .ne-account-brand a{color:#fff!important}

body.ne-noah-navigation-theme-light,
body.ne-noah-navigation-theme-light #page,
body.ne-noah-navigation-theme-light .site,
body.ne-noah-navigation-theme-light .ne-account-page{background:#fff!important;color:#0b1720}
body.ne-noah-navigation-theme-light .ne-account-card,
body.ne-noah-navigation-theme-light .ne-account-settings-card{background:#fff!important;color:#0b1720;border-color:rgba(0,0,0,.10)!important}
body.ne-noah-navigation-theme-light .ne-account-page-heading h1,
body.ne-noah-navigation-theme-light .ne-account-settings-section-head h2,
body.ne-noah-navigation-theme-light .ne-account-settings-field label{color:#0b1720!important}
body.ne-noah-navigation-theme-light .ne-account-page-heading p,
body.ne-noah-navigation-theme-light .ne-account-settings-section-head p,
body.ne-noah-navigation-theme-light .ne-account-settings-field small{color:#526170!important}
body.ne-noah-navigation-theme-light .ne-account-settings-section{border-bottom-color:rgba(0,0,0,.10)!important}
body.ne-noah-navigation-theme-light .ne-account-settings-section-icon{border-color:rgba(0,212,255,.30)!important;background:rgba(0,212,255,.07)!important;color:#008eb0!important;box-shadow:none}
body.ne-noah-navigation-theme-light .ne-account-settings-field input{background:#fff!important;color:#0b1720!important;border-color:rgba(0,0,0,.16)!important}
body.ne-noah-navigation-theme-light .ne-account-settings-field input:focus{border-color:#00D4FF!important;box-shadow:0 0 0 3px rgba(0,212,255,.14)!important}
body.ne-noah-navigation-theme-light .ne-account-button{background:#00D4FF!important;color:#000!important;border-color:#00D4FF!important}
body.ne-noah-navigation-theme-light .ne-account-theme-option.is-selected .ne-account-theme-preview{border-color:#F2C94C!important;box-shadow:0 0 0 3px rgba(242,201,76,.16)!important}
body.ne-noah-navigation-theme-light .ne-account-theme-option.is-selected .ne-account-theme-preview::after{background:#F2C94C!important;color:#000!important}
body.ne-noah-navigation-theme-light .ne-account-brand a{color:#0b1720!important}

/* Theme previews use the same official identity. */
.ne-account-theme-preview--dark{background:#000!important;color:#fff!important}
.ne-account-theme-preview--dark::before{background:#00D4FF!important;border-color:rgba(255,255,255,.12)!important}
.ne-account-theme-preview--light{background:#fff!important;color:#0b1720!important}
.ne-account-theme-preview--light::before{background:#fff!important;border-color:#00D4FF!important}
.ne-account-theme-preview b{color:inherit!important}


/* V104.6.111 — PREMIUM ACCESS UI */
.ne-premium-lock-card{display:flex;align-items:center;gap:18px;padding:28px;border:1px solid rgba(0,212,255,.22);border-radius:20px;background:rgba(0,212,255,.04);color:inherit;margin:18px 0}.ne-premium-lock-card--standalone{margin:0;min-height:180px;justify-content:center}.ne-premium-lock-icon{font-size:28px;line-height:1}.ne-premium-lock-kicker{display:block;font-size:11px;letter-spacing:.16em;font-weight:800;color:#F2C94C;margin-bottom:6px}.ne-premium-lock-card h2{margin:0 0 5px;font-size:22px}.ne-premium-lock-card p{margin:0;opacity:.72}.ne-account-quick-item--locked,.ne-account-reference-nav-card--locked,.ne-account-quick-action--locked{cursor:not-allowed;opacity:.62}.ne-account-reference-nav-card--locked{text-decoration:none}.ne-premium-lock-small{font-size:22px}.ne-account-reference-empty--premium{min-height:160px}.ne-account-quick-item--locked .ne-account-quick-icon{display:flex;align-items:center;justify-content:center}.ne-account-quick-action--locked{display:flex;align-items:center}.ne-account-quick-action--locked b b{font-size:10px;letter-spacing:.08em;color:#F2C94C}

/* V104.6.113 — MINHA CONTA: largura total da página
 * Mantém o conteúdo e funcionalidades existentes; altera apenas a dimensão do canvas.
 */
html body.ne-account-shell--dashboard,
body.ne-account-shell--dashboard,
body.ne-account-shell--dashboard .ne-account-page,
body.ne-account-shell--dashboard .ne-account-shell--dashboard,
body.ne-account-shell--dashboard .ne-account-shell--dashboard > .ne-account-card,
body.ne-account-shell--dashboard .ne-account-dashboard--modern{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  box-sizing:border-box !important;
}
body.ne-account-shell--dashboard .ne-account-page{
  min-height:100vh !important;
  padding:0 !important;
  display:block !important;
}
body.ne-account-shell--dashboard .ne-account-shell--dashboard > .ne-account-card{
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}

/* V104.6.114 — MINHA CONTA: escala compacta
 * Apenas reduz a escala visual dos elementos da Conta.
 * Mantém largura 100%, conteúdo e funcionalidades existentes.
 */
body.ne-account-shell--dashboard .ne-account-dashboard--modern{font-size:13px}
body.ne-account-shell--dashboard .ne-account-page-heading{margin-bottom:16px}
body.ne-account-shell--dashboard .ne-account-page-heading>div{gap:10px}
body.ne-account-shell--dashboard .ne-account-page-icon{width:42px;height:42px;border-radius:12px}
body.ne-account-shell--dashboard .ne-account-page-icon svg{width:22px;height:22px}
body.ne-account-shell--dashboard .ne-account-page-heading h1{font-size:24px;margin-bottom:3px}
body.ne-account-shell--dashboard .ne-account-page-heading p{font-size:11px;line-height:1.4}
body.ne-account-shell--dashboard .ne-account-quick-grid{margin:0 14px 14px!important;padding:12px 4px!important;border-radius:16px!important}
body.ne-account-shell--dashboard .ne-account-quick-item{min-height:76px!important;padding:7px 8px!important;gap:5px}
body.ne-account-shell--dashboard .ne-account-quick-icon{width:42px!important;height:42px!important;border-radius:12px!important}
body.ne-account-shell--dashboard .ne-account-quick-icon svg{width:21px!important;height:21px!important}
body.ne-account-shell--dashboard .ne-account-quick-item strong{font-size:12px!important}
body.ne-account-shell--dashboard .ne-account-quick-item small{font-size:9px!important}
body.ne-account-shell--dashboard .ne-account-quick-action{min-height:56px;padding:9px 11px;border-radius:13px;gap:9px}
body.ne-account-shell--dashboard .ne-account-quick-action-icon{width:34px;height:34px;flex-basis:34px;border-radius:10px}
body.ne-account-shell--dashboard .ne-account-quick-action-icon svg{width:18px;height:18px}
body.ne-account-shell--dashboard .ne-account-quick-action strong{font-size:12px}
body.ne-account-shell--dashboard .ne-account-quick-action small{font-size:9px}
body.ne-account-shell--dashboard .ne-account-quick-action>b{font-size:14px}
body.ne-account-shell--dashboard .ne-account-card{border-radius:16px}
body.ne-account-shell--dashboard .ne-account-mini-card{padding:14px;border-radius:14px}
body.ne-account-shell--dashboard .ne-account-mini-card strong{font-size:13px;margin-bottom:3px}
body.ne-account-shell--dashboard .ne-account-mini-card span{font-size:11px}
body.ne-account-shell--dashboard .ne-account-welcome{gap:10px}
body.ne-account-shell--dashboard .ne-account-avatar{width:44px;height:44px;font-size:15px}
body.ne-account-shell--dashboard .ne-account-title{font-size:22px}
body.ne-account-shell--dashboard .ne-account-intro{font-size:12px;margin-bottom:16px}
body.ne-account-shell--dashboard .ne-account-dashboard-grid{gap:10px}

/* Páginas internas da Conta — mesma escala compacta */
.ne-account-courses-page .ne-account-page-heading,
.ne-account-settings-page .ne-account-page-heading{margin-bottom:16px}
.ne-account-courses-page .ne-account-page-heading h1,
.ne-account-settings-page .ne-account-page-heading h1{font-size:24px}
.ne-account-courses-page .ne-account-page-icon,
.ne-account-settings-page .ne-account-page-icon{width:42px;height:42px;border-radius:12px}
.ne-account-courses-page .ne-account-page-icon svg,
.ne-account-settings-page .ne-account-page-icon svg{width:22px;height:22px}
.ne-account-course-grid--full{gap:12px}
.ne-account-course-card--visual{border-radius:16px}
.ne-account-course-thumb{height:145px}
.ne-account-course-card-content{padding:14px}
.ne-account-course-card-top{margin-bottom:7px}
.ne-account-course-card--visual h2{font-size:16px;margin-bottom:10px}
.ne-account-course-state{padding:5px 7px;font-size:8px}
.ne-account-course-card--visual .ne-account-course-meta{margin-bottom:12px;font-size:10px}
.ne-account-course-action{min-height:38px;padding:0 11px;border-radius:10px;font-size:10px}
.ne-account-empty-card--courses{min-height:220px}
.ne-account-empty-icon{width:50px;height:50px;border-radius:15px}
.ne-account-empty-icon svg{width:26px;height:26px}
.ne-account-courses-note{margin-top:14px;font-size:9px}

.ne-account-settings-page{padding:24px 20px 36px}
.ne-account-settings-card{max-width:980px;padding:22px;border-radius:18px}
.ne-account-settings-section{padding-bottom:20px;margin-bottom:20px}
.ne-account-settings-section-head{gap:9px;margin-bottom:13px}
.ne-account-settings-section-icon{width:32px;height:32px;flex-basis:32px;border-radius:10px;font-size:14px}
.ne-account-settings-section-head h2{font-size:15px}
.ne-account-settings-section-head p{font-size:10.5px}
.ne-account-settings-grid{gap:12px}
.ne-account-settings-field label{margin-bottom:5px;font-size:11px}
.ne-account-settings-field input{min-height:40px;padding:9px 11px;border-radius:10px}
.ne-account-settings-field small{font-size:9.5px}
.ne-account-theme-options{gap:10px}
.ne-account-theme-preview{min-height:88px;padding:11px;border-radius:13px}
.ne-account-theme-preview::before{left:9px;right:9px;top:9px;height:32px;border-radius:7px}
.ne-account-theme-preview b{font-size:11px}
.ne-account-theme-preview small{font-size:9px}
.ne-account-settings-actions{margin-top:16px}
.ne-account-button{min-height:42px;border-radius:11px;font-size:11px}

@media (max-width:767px){
  body.ne-account-shell--dashboard .ne-account-quick-grid{margin:0 8px 10px!important;padding:8px 2px!important;border-radius:14px!important}
  body.ne-account-shell--dashboard .ne-account-quick-item{min-height:66px!important;padding:5px 4px!important}
  body.ne-account-shell--dashboard .ne-account-quick-icon{width:34px!important;height:34px!important;border-radius:10px!important}
  body.ne-account-shell--dashboard .ne-account-quick-icon svg{width:17px!important;height:17px!important}
  body.ne-account-shell--dashboard .ne-account-quick-item strong{font-size:10px!important}
  body.ne-account-shell--dashboard .ne-account-quick-item small{font-size:8px!important}
  body.ne-account-shell--dashboard .ne-account-page-heading h1{font-size:21px}
  .ne-account-courses-page .ne-account-page-heading h1,
  .ne-account-settings-page .ne-account-page-heading h1{font-size:21px}
  .ne-account-settings-page{padding:18px 12px 28px}
  .ne-account-settings-card{padding:16px;border-radius:14px}
  .ne-account-settings-grid{grid-template-columns:1fr;gap:10px}
  .ne-account-theme-options{grid-template-columns:1fr;gap:8px}
  .ne-account-theme-preview{min-height:78px}
}

/* V104.6.119 — MINHA CONTA: definições no topo e sair dentro das definições.
 * Remove a personalização do menu de cinco atalhos e usa apenas uma engrenagem no local da saída.
 */
body.ne-account-shell--dashboard .ne-account-banner-heading--settings{
  left:auto!important;
  right:24px!important;
  top:22px!important;
  width:40px!important;
  height:40px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:12px!important;
  background:rgba(4,13,25,.56)!important;
  color:#00D4FF!important;
  text-decoration:none!important;
  transition:transform .18s ease,background .18s ease,border-color .18s ease!important;
  z-index:5!important;
}
body.ne-account-shell--dashboard .ne-account-banner-heading--settings:hover{
  transform:translateY(-1px)!important;
  background:rgba(0,212,255,.14)!important;
  border-color:rgba(0,212,255,.48)!important;
  color:#F2C94C!important;
}
body.ne-account-shell--dashboard .ne-account-banner-heading--settings .ne-account-banner-heading-icon{
  width:24px!important;
  height:24px!important;
}
body.ne-account-shell--dashboard .ne-account-banner-heading--settings .ne-account-banner-heading-icon svg{
  width:22px!important;
  height:22px!important;
}
body.ne-account-shell--dashboard .ne-account-banner-heading--settings:focus-visible{
  outline:2px solid #F2C94C!important;
  outline-offset:3px!important;
}
.ne-account-settings-actions{align-items:center!important;gap:10px!important;flex-wrap:wrap!important;}
.ne-account-settings-logout{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:42px!important;
  padding:0 14px!important;
  border:1px solid rgba(210,55,72,.28)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#b42335!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.ne-account-settings-logout:hover{
  border-color:rgba(210,55,72,.5)!important;
  background:#fff7f8!important;
  color:#8f1728!important;
}
.ne-account-settings-logout svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
@media(max-width:767px){
  body.ne-account-shell--dashboard .ne-account-banner-heading--settings{right:14px!important;top:14px!important;width:36px!important;height:36px!important;border-radius:10px!important;}
  body.ne-account-shell--dashboard .ne-account-banner-heading--settings .ne-account-banner-heading-icon svg{width:19px!important;height:19px!important;}
  .ne-account-settings-actions{align-items:stretch!important;}
  .ne-account-settings-actions .ne-account-button,.ne-account-settings-actions .ne-account-settings-logout{width:100%!important;}
}


/* V104.6.120 — PROFILE MEDIA MOVED TO SETTINGS */
.ne-account-settings-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.ne-account-media-setting{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid rgba(0,212,255,.16);border-radius:14px;background:rgba(255,255,255,.025);color:inherit;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.ne-account-media-setting:hover{transform:translateY(-1px);border-color:rgba(0,212,255,.42);background:rgba(0,212,255,.045)}
.ne-account-media-setting-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:rgba(0,212,255,.10);color:#00D4FF}
.ne-account-media-setting-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ne-account-media-setting strong{display:block;font-size:13px;line-height:1.25}
.ne-account-media-setting small{display:block;margin-top:3px;font-size:11px;opacity:.68}
@media (max-width:700px){.ne-account-settings-media-grid{grid-template-columns:1fr}.ne-account-media-setting{padding:10px 12px}}

/* V104.6.123 — Minha Conta: Mensagens flutuante somente ícone. */
body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only{display:none!important;}
@media (max-width: 767px){
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only{
    display:block!important;
    position:fixed!important;
    right:12px!important;
    bottom:76px!important;
    z-index:9996!important;
  }
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only button{
    display:flex!important;
    align-items:center!important;
    gap:0!important;
    width:46px!important;
    height:46px!important;
    min-width:46px!important;
    min-height:46px!important;
    padding:0!important;
    border:1px solid rgba(0,212,255,.28)!important;
    border-radius:14px!important;
    background:rgba(0,0,0,.94)!important;
    color:#fff!important;
    box-shadow:0 10px 28px rgba(0,0,0,.28),0 0 0 1px rgba(242,201,76,.08)!important;
    cursor:pointer!important;
  }
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only .ne-account-messages-launch-icon{
    width:46px!important;height:46px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(0,212,255,.12)!important;color:#00D4FF!important;
  }
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only .ne-account-messages-launch-icon svg{width:20px!important;height:20px!important;fill:none!important;stroke:currentColor!important;}
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only strong,
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only small{display:none!important;}
  body.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only b{min-width:18px!important;height:18px!important;padding:0 5px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#F2C94C!important;color:#000!important;font-size:9px!important;}
}
body.ne-noah-navigation-theme-light.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only button{background:rgba(255,255,255,.97)!important;color:#0B1720!important;border-color:rgba(0,212,255,.35)!important;box-shadow:0 10px 28px rgba(9,20,36,.14)!important;}
body.ne-noah-navigation-theme-light.ne-account-shell--dashboard .ne-account-messages-drawer-launch--account-only .ne-account-messages-launch-icon{background:rgba(0,212,255,.10)!important;color:#078fc6!important;}

/* V104.6.125 — Atividade Recente: página completa e compacta */
.ne-account-shell--activity .ne-account-content-page{width:100%;max-width:none}
.ne-account-shell--activity .ne-account-page-heading{margin-bottom:14px}
.ne-account-shell--activity .ne-account-page-heading h1{font-size:20px}
.ne-account-shell--activity .ne-account-page-heading p{font-size:12px}
.ne-noah-navigation-theme-light .ne-account-shell--activity .ne-account-full-list-item{background:#fff;border-color:#e5e7eb;color:#0b1720}
.ne-noah-navigation-theme-light .ne-account-shell--activity .ne-account-full-list-main strong{color:#0b1720}
.ne-noah-navigation-theme-light .ne-account-shell--activity .ne-account-full-list-main small{color:#52606d}
.ne-noah-navigation-theme-light .ne-account-shell--activity .ne-account-full-list-item time{color:#66727f}
@media(max-width:782px){.ne-account-shell--activity .ne-account-page-heading h1{font-size:18px}.ne-account-shell--activity .ne-account-page-heading p{font-size:11px}.ne-account-shell--activity .ne-account-full-list{gap:6px}.ne-account-shell--activity .ne-account-full-list-item{grid-template-columns:32px minmax(0,1fr) 14px;gap:9px;min-height:54px;padding:8px 10px}.ne-account-shell--activity .ne-account-full-list-icon{width:32px;height:32px;border-radius:9px;font-size:12px}.ne-account-shell--activity .ne-account-full-list-main strong{font-size:12px}.ne-account-shell--activity .ne-account-full-list-main small{font-size:10px}.ne-account-shell--activity .ne-account-full-list-item time{display:none}.ne-account-shell--activity .ne-account-full-list-arrow{font-size:13px}}


/* V104.6.125 — Minha Conta: hierarquia final limpa. */
body.ne-account-shell--dashboard .ne-account-quick-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:0 !important;
  margin:0 14px 18px !important;
  padding:0 !important;
}
body.ne-account-shell--dashboard .ne-account-quick-item{
  min-width:0 !important;
  min-height:0 !important;
  padding:12px 10px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-card{
  min-height:150px !important;
  padding:18px 14px 14px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-icon{
  width:52px !important;
  height:52px !important;
  min-width:52px !important;
  min-height:52px !important;
  margin-bottom:10px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-icon-img{
  width:26px !important;
  height:26px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-card strong{
  font-size:14px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-card small{
  margin-top:6px !important;
  font-size:10px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-nav-card em{
  padding-top:8px !important;
  font-size:10px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-quick-actions{
  display:block !important;
  margin:0 14px 18px !important;
}
body.ne-account-shell--dashboard .ne-account-reference-quick-actions .ne-account-quick-action{
  width:100% !important;
  min-height:58px !important;
  padding:12px 16px !important;
}
/* O conteúdo detalhado continua disponível nas páginas próprias; na dashboard não duplica os atalhos. */
body.ne-account-shell--dashboard 
@media (max-width:767px){
  body.ne-account-shell--dashboard .ne-account-quick-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:0 !important;
    margin:0 8px 12px !important;
  }
  body.ne-account-shell--dashboard .ne-account-quick-item{padding:9px 5px !important}
  body.ne-account-shell--dashboard .ne-account-reference-navigation{padding:0 8px 14px !important}
  body.ne-account-shell--dashboard .ne-account-reference-nav-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-nav-card{
    min-height:118px !important;
    padding:12px 6px 10px !important;
    border-radius:12px !important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-nav-icon{
    width:40px !important;height:40px !important;min-width:40px !important;min-height:40px !important;
    margin-bottom:7px !important;border-radius:11px !important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-nav-icon-img{width:21px !important;height:21px !important}
  body.ne-account-shell--dashboard .ne-account-reference-nav-card strong{font-size:11px !important;line-height:1.1 !important}
  body.ne-account-shell--dashboard .ne-account-reference-nav-card small{font-size:8px !important;line-height:1.2 !important;margin-top:4px !important}
  body.ne-account-shell--dashboard .ne-account-reference-nav-card em{font-size:8px !important;padding-top:5px !important}
  body.ne-account-shell--dashboard .ne-account-reference-quick-actions{margin:0 8px 12px !important}
  body.ne-account-shell--dashboard .ne-account-reference-quick-actions .ne-account-quick-action{min-height:50px !important;padding:9px 12px !important}
}

/* Account profile media viewer */
.ne-account-media-view{border:0!important;padding:0;margin:0;background:transparent!important;cursor:zoom-in;display:block;position:relative;appearance:none;-webkit-appearance:none;box-shadow:none!important;outline:0!important;-webkit-tap-highlight-color:transparent;}
.ne-account-media-view--banner{position:absolute;inset:0;width:100%;height:100%;z-index:2;cursor:zoom-in;}
.ne-account-media-view--avatar{border-radius:50%!important;overflow:hidden;}
.ne-account-media-view--avatar .ne-account-avatar,.ne-account-media-view--avatar .ne-account-avatar-image{display:block;border-radius:50%!important;outline:0!important;}
.ne-account-media-view:hover,.ne-account-media-view:active,.ne-account-media-view:focus,.ne-account-media-view:focus-visible{background:transparent!important;border:0!important;border-color:transparent!important;outline:0!important;box-shadow:none!important;color:inherit!important;opacity:1!important;transform:none!important;filter:none!important;}
.ne-account-media-view--avatar:hover img,.ne-account-media-view--banner:hover{opacity:1!important;filter:none!important;transform:none!important;}
.ne-account-media-lightbox{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.92);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);}
.ne-account-media-lightbox.is-open{display:flex;}
.ne-account-media-lightbox-stage{display:flex;align-items:center;justify-content:center;width:min(94vw,1400px);height:min(90vh,900px);}
.ne-account-media-lightbox-stage img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:14px;box-shadow:0 18px 70px rgba(0,0,0,.55);}
.ne-account-media-lightbox-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(0,0,0,.55);color:#fff;font-size:28px;line-height:1;cursor:pointer;z-index:2;}
.ne-account-media-lightbox-close:hover{border-color:#00D4FF;color:#00D4FF;}
.ne-account-media-lightbox-close:focus-visible{outline:2px solid #00D4FF;outline-offset:3px;}
html.ne-account-media-view-open{overflow:hidden;}
@media(max-width:767px){.ne-account-media-lightbox{padding:14px}.ne-account-media-lightbox-stage{width:96vw;height:84vh}.ne-account-media-lightbox-close{top:12px;right:12px;width:38px;height:38px;font-size:24px}}
.ne-account-profile-hero--modern .ne-account-banner-heading--settings{z-index:4;}

/* Account dashboard — mobile profile identity */
@media (max-width:767px){
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-profile-info--modern{
    flex-direction:row!important;align-items:center!important;gap:12px!important;margin-top:-42px!important;padding:0 18px 18px!important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-avatar-wrap{
    flex:0 0 72px!important;width:72px!important;height:72px!important;margin-top:0!important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-avatar,
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-media-view--avatar{
    width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:72px!important;max-height:72px!important;box-sizing:border-box!important;border-radius:50%!important;overflow:hidden!important;flex:0 0 72px!important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-media-view--avatar img,
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-avatar-image{
    display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important;border-radius:50%!important;
  }
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-profile-text{min-width:0!important;flex:1 1 auto!important;padding:0!important;align-self:center!important;}
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-title{margin:0 0 2px!important;font-size:18px!important;line-height:1.15!important;letter-spacing:-.015em!important;max-width:100%!important;overflow-wrap:anywhere!important;}
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-intro{margin:0!important;font-size:11px!important;line-height:1.35!important;max-width:100%!important;}
}

/* V104.6.133 — Minha Conta: banner/capa mais compacto */
body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-banner{
  height:220px!important;
}
@media (max-width:1200px){
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-banner{
    height:200px!important;
  }
}
@media (max-width:767px){
  body.ne-account-shell--dashboard .ne-account-reference-hero .ne-account-banner{
    height:180px!important;
  }
}

/* V104.6.135 — Definições como menu lateral completo */
.ne-account-banner-heading--settings{appearance:none;-webkit-appearance:none;border:0;background:transparent;cursor:pointer;font:inherit;}
.ne-account-settings-drawer-backdrop{position:fixed;inset:0;z-index:99990;background:rgba(0,0,0,.48);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease;}
.ne-account-settings-drawer-backdrop.is-open{opacity:1;visibility:visible;pointer-events:auto;}
.ne-account-settings-drawer{position:fixed;top:0;right:0;bottom:0;width:min(460px,48vw);z-index:99991;display:flex;flex-direction:column;background:#080a10;color:#fff;transform:translateX(100%);visibility:hidden;transition:transform .25s ease,visibility .25s ease;box-shadow:-18px 0 60px rgba(0,0,0,.28);}
.ne-account-settings-drawer.is-open{transform:translateX(0);visibility:visible;}
.ne-account-settings-drawer-head{height:72px;flex:0 0 72px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#080a10;}
.ne-account-settings-drawer-head div{display:flex;flex-direction:column;gap:3px}.ne-account-settings-drawer-head span{font-size:8px;letter-spacing:.14em;color:#00D4FF;font-weight:900}.ne-account-settings-drawer-head strong{font-size:19px;color:#fff;line-height:1.1}
.ne-account-settings-drawer-head button{width:38px;height:38px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.04);color:#fff;font-size:25px;line-height:1;cursor:pointer;appearance:none;-webkit-appearance:none;}
.ne-account-settings-drawer-head button:focus,.ne-account-settings-drawer-head button:focus-visible{outline:0;box-shadow:none;}
.ne-account-settings-drawer-frame{width:100%;height:calc(100vh - 72px);border:0;background:#05070d;display:block;flex:1;}
.ne-account-settings-embed-body{margin:0!important;background:#05070d!important;}
.ne-account-settings-embed-body .ne-account-settings-page{min-height:100vh;padding:22px 18px 34px;background:transparent;}
.ne-account-settings-embed-body .ne-account-page-topbar{display:none!important;}
.ne-account-settings-embed-body .ne-account-page-heading{margin:0 0 16px!important;}
.ne-account-settings-embed-body .ne-account-page-heading h1{font-size:21px!important;}
.ne-account-settings-embed-body .ne-account-settings-card{margin:0!important;box-shadow:none!important;}
.ne-account-settings-embed-body .ne-account-settings-actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(5,7,13,0),#05070d 24%);padding-top:18px;}
body.ne-noah-navigation-theme-light .ne-account-settings-drawer{background:#fff;color:#0b1720;box-shadow:-18px 0 60px rgba(9,20,36,.16)}
body.ne-noah-navigation-theme-light .ne-account-settings-drawer-head{background:#fff;border-bottom-color:#e5e7eb}.ne-noah-navigation-theme-light .ne-account-settings-drawer-head strong{color:#0b1720}.ne-noah-navigation-theme-light .ne-account-settings-drawer-head button{background:#f7fafc;color:#0b1720;border-color:#dce5ea}
@media(max-width:767px){
  .ne-account-settings-drawer{width:50vw;min-width:0;}
  .ne-account-settings-drawer-head{height:62px;flex-basis:62px;padding:0 10px;}
  .ne-account-settings-drawer-head strong{font-size:15px}.ne-account-settings-drawer-head span{font-size:7px}.ne-account-settings-drawer-head button{width:32px;height:32px;font-size:21px;border-radius:10px}
  .ne-account-settings-drawer-frame{height:calc(100vh - 62px);}
  .ne-account-settings-embed-body .ne-account-settings-page{padding:14px 10px 26px;}
  .ne-account-settings-embed-body .ne-account-page-heading{display:none!important;}
  .ne-account-settings-embed-body .ne-account-settings-section-head p{display:none!important;}
  .ne-account-settings-embed-body .ne-account-settings-section-head h2{font-size:13px!important;}
  .ne-account-settings-embed-body .ne-account-settings-field label{font-size:10px!important;}
  .ne-account-settings-embed-body .ne-account-settings-field input{font-size:11px!important;padding:8px 9px!important;}
  .ne-account-settings-embed-body .ne-account-settings-section{padding:12px 0!important;}
  .ne-account-settings-embed-body .ne-account-settings-media-grid{grid-template-columns:1fr!important;gap:7px!important;}
  .ne-account-settings-embed-body .ne-account-media-setting{padding:8px 9px!important;}
  .ne-account-settings-embed-body .ne-account-settings-actions{display:block!important;}
}
html.ne-account-settings-drawer-open{overflow:hidden;}


/* ==========================================================
 * V104.6.139 — EXPLORAR COMPACTO
 * Aplicação das regras de compactação da Minha Conta.
 * Não altera a estrutura nem a funcionalidade do Explorar.
 * ========================================================== */
body.ne-explorar-page .ne-explorar{
  width:100%;
  max-width:none;
  margin:0;
  padding:24px 24px 110px;
  box-sizing:border-box;
}
body.ne-explorar-page .ne-explorar-hero{
  gap:18px;
  padding:4px 0 14px;
}
body.ne-explorar-page .ne-explorar-eyebrow{
  font-size:15px;
  margin-bottom:20px;
  padding-left:27px;
}
body.ne-explorar-page .ne-explorar-eyebrow:before{
  width:19px;
  height:26px;
  top:-5px;
}
body.ne-explorar-page .ne-explorar-hero h1{
  font-size:clamp(32px,4.2vw,48px);
}
body.ne-explorar-page .ne-explorar-hero p{
  margin-top:8px;
  font-size:15px;
}
body.ne-explorar-page .ne-explorar-search{
  min-height:52px;
  padding:6px 8px 6px 16px;
  margin-bottom:22px;
  border-radius:14px;
  gap:10px;
}
body.ne-explorar-page .ne-explorar-search-icon{
  width:18px;
  height:18px;
  flex-basis:18px;
}
body.ne-explorar-page .ne-explorar-search input{
  font-size:15px;
  padding:9px 0;
}
body.ne-explorar-page .ne-explorar-search button{
  padding:10px 15px;
  border-radius:10px;
  font-size:13px;
}
body.ne-explorar-page .ne-explorar-section{
  margin:24px 0;
}
body.ne-explorar-page .ne-explorar-section-head{
  gap:12px;
  margin-bottom:11px;
}
body.ne-explorar-page .ne-explorar-section-head h2{
  font-size:14px;
}
body.ne-explorar-page .ne-explorar-section-head a{
  font-size:12px;
}
body.ne-explorar-page .ne-explorar-category-grid{
  gap:10px;
}
body.ne-explorar-page .ne-explorar-category{
  min-height:132px;
  padding:14px;
  border-radius:15px;
  box-shadow:0 8px 22px rgba(0,0,0,.16);
}
body.ne-explorar-page .ne-explorar-category:hover{
  transform:translateY(-2px);
  box-shadow:0 11px 25px rgba(0,0,0,.20);
}
body.ne-explorar-page .ne-explorar-category-icon{
  width:42px;
  height:42px;
  border-radius:12px;
  font-size:21px;
  margin-bottom:11px;
  box-shadow:0 0 20px rgba(160,88,255,.12);
}
body.ne-explorar-page .ne-explorar-category strong{
  font-size:13px;
}
body.ne-explorar-page .ne-explorar-category small{
  margin-top:6px;
  font-size:11px;
}
body.ne-explorar-page .ne-explorar-featured-grid{
  gap:12px;
}
body.ne-explorar-page .ne-explorar-featured-card{
  border-radius:15px;
  box-shadow:0 9px 24px rgba(0,0,0,.18);
}
body.ne-explorar-page .ne-explorar-featured-media{
  height:145px;
}
body.ne-explorar-page .ne-explorar-featured-body{
  padding:11px 13px 13px;
}
body.ne-explorar-page .ne-explorar-featured-body>span{
  padding:4px 7px;
  border-radius:6px;
  font-size:8px;
}
body.ne-explorar-page .ne-explorar-featured-body h3{
  margin:7px 0 5px;
  font-size:14px;
}
body.ne-explorar-page .ne-explorar-featured-body small{
  font-size:11px;
}
body.ne-explorar-page .ne-explorar-type-grid{
  gap:9px;
}
body.ne-explorar-page .ne-explorar-type{
  min-height:86px;
  border-radius:14px;
  gap:7px;
}
body.ne-explorar-page .ne-explorar-type span{
  font-size:26px;
}
body.ne-explorar-page .ne-explorar-type small{
  font-size:11px;
}
body.ne-explorar-page .ne-explorar-recent{
  grid-template-columns:110px 1fr 18px;
  gap:12px;
  padding:10px 0;
}
body.ne-explorar-page .ne-explorar-recent-thumb{
  height:66px;
  border-radius:10px;
}
body.ne-explorar-page .ne-explorar-recent h3{
  margin:5px 0 3px;
  font-size:14px;
}
body.ne-explorar-page .ne-explorar-recent small{
  font-size:11px;
}
body.ne-explorar-page .ne-explorar-project-grid{
  gap:12px;
}
body.ne-explorar-page .ne-explorar-project{
  height:145px;
  border-radius:15px;
  padding:14px;
}
body.ne-explorar-page .ne-explorar-project strong{
  font-size:15px;
}
body.ne-explorar-page .ne-explorar-project-empty{
  padding:26px;
  border-radius:14px;
}
@media(max-width:900px){
  body.ne-explorar-page .ne-explorar{padding:20px 16px 110px}
  body.ne-explorar-page .ne-explorar-category{min-height:118px}
  body.ne-explorar-page .ne-explorar-featured-media{height:132px}
  body.ne-explorar-page .ne-explorar-project{height:135px}
}
@media(max-width:640px){
  body.ne-explorar-page .ne-explorar{padding:18px 12px 105px}
  body.ne-explorar-page .ne-explorar-eyebrow{margin-bottom:18px;font-size:14px}
  body.ne-explorar-page .ne-explorar-hero h1{font-size:34px}
  body.ne-explorar-page .ne-explorar-hero p{font-size:13px}
  body.ne-explorar-page .ne-explorar-search{min-height:48px;margin-bottom:18px}
  body.ne-explorar-page .ne-explorar-search button{width:42px;height:42px;padding:0}
  body.ne-explorar-page .ne-explorar-category-grid{gap:8px}
  body.ne-explorar-page .ne-explorar-category{min-height:108px;padding:11px;border-radius:13px}
  body.ne-explorar-page .ne-explorar-category-icon{width:36px;height:36px;border-radius:10px;font-size:18px;margin-bottom:8px}
  body.ne-explorar-page .ne-explorar-category strong{font-size:12px}
  body.ne-explorar-page .ne-explorar-category small{font-size:10px}
  body.ne-explorar-page .ne-explorar-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body.ne-explorar-page .ne-explorar-featured-media{height:105px}
  body.ne-explorar-page .ne-explorar-featured-body{padding:9px 10px 10px}
  body.ne-explorar-page .ne-explorar-featured-body h3{font-size:12px}
  body.ne-explorar-page .ne-explorar-featured-body small{font-size:10px}
  body.ne-explorar-page .ne-explorar-type-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}
  body.ne-explorar-page .ne-explorar-type{min-height:70px;border-radius:11px;gap:4px}
  body.ne-explorar-page .ne-explorar-type span{font-size:20px}
  body.ne-explorar-page .ne-explorar-type small{font-size:9px}
  body.ne-explorar-page .ne-explorar-recent{grid-template-columns:82px 1fr 14px;gap:9px;padding:8px 0}
  body.ne-explorar-page .ne-explorar-recent-thumb{height:58px;border-radius:9px}
  body.ne-explorar-page .ne-explorar-recent h3{font-size:12px}
  body.ne-explorar-page .ne-explorar-recent small{font-size:10px}
  body.ne-explorar-page .ne-explorar-recent span{padding:3px 5px;font-size:7px}
  body.ne-explorar-page .ne-explorar-project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  body.ne-explorar-page .ne-explorar-project{height:112px;padding:10px;border-radius:12px}
  body.ne-explorar-page .ne-explorar-project strong{font-size:12px}
}

/* V104.6.140 — EXPLORAR: todas as categorias numa única linha */
body.ne-explorar-page .ne-explorar-category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:8px !important;
}
body.ne-explorar-page .ne-explorar-category{
  min-width:0;
  min-height:108px;
  padding:10px 8px;
  border-radius:13px;
  align-items:center;
  text-align:center;
}
body.ne-explorar-page .ne-explorar-category-icon{
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:10px;
  font-size:18px;
  margin-bottom:7px;
}
body.ne-explorar-page .ne-explorar-category strong{
  display:block;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:11px;
}
body.ne-explorar-page .ne-explorar-category small{
  display:block;
  width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top:4px;
  font-size:9px;
}
@media(max-width:640px){
  body.ne-explorar-page .ne-explorar-category-grid{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:5px !important;
  }
  body.ne-explorar-page .ne-explorar-category{
    min-height:88px;
    padding:8px 4px;
    border-radius:10px;
  }
  body.ne-explorar-page .ne-explorar-category-icon{
    width:29px;
    height:29px;
    flex-basis:29px;
    border-radius:8px;
    font-size:15px;
    margin-bottom:5px;
  }
  body.ne-explorar-page .ne-explorar-category strong{font-size:9px}
  body.ne-explorar-page .ne-explorar-category small{font-size:7.5px;margin-top:3px}
}

/* V104.6.142: ícone visual de IA na categoria Explorar */
.ne-explorar-category-icon.ne-cat-icon-inteligencia-artificial { position: relative; display: inline-block; width: 24px; height: 24px; font-size: 0; vertical-align: middle; }
.ne-explorar-category-icon.ne-cat-icon-inteligencia-artificial::before { content: ''; position: absolute; left: 4px; top: 3px; width: 16px; height: 15px; border: 2px solid currentColor; border-radius: 5px; box-sizing: border-box; }
.ne-explorar-category-icon.ne-cat-icon-inteligencia-artificial::after { content: '✦'; position: absolute; left: 7px; top: 3px; font-size: 12px; line-height: 18px; }

/* V104.6.144 — EXPLORAR: Search compacto */
body.ne-explorar-page .ne-explorar-search{
  min-height:46px;
  padding:4px 6px 4px 13px;
  margin-bottom:18px;
  border-radius:12px;
  gap:8px;
}
body.ne-explorar-page .ne-explorar-search-icon{
  width:16px;
  height:16px;
  flex-basis:16px;
}
body.ne-explorar-page .ne-explorar-search input{
  min-width:0;
  font-size:14px;
  line-height:1.2;
  padding:7px 0;
}
body.ne-explorar-page .ne-explorar-search button{
  min-height:36px;
  padding:8px 13px;
  border-radius:9px;
  font-size:12px;
  line-height:1;
}
@media(max-width:640px){
  body.ne-explorar-page .ne-explorar-search{
    min-height:44px;
    padding:3px 5px 3px 11px;
    margin-bottom:16px;
    border-radius:11px;
    gap:6px;
  }
  body.ne-explorar-page .ne-explorar-search-icon{
    width:15px;
    height:15px;
    flex-basis:15px;
  }
  body.ne-explorar-page .ne-explorar-search input{
    font-size:13px;
    padding:6px 0;
  }
  body.ne-explorar-page .ne-explorar-search button{
    width:auto;
    min-width:38px;
    height:36px;
    min-height:36px;
    padding:7px 10px;
    border-radius:8px;
    font-size:11px;
  }
}

/* V104.6.145 — EXPLORAR: usar apenas o ícone do botão de pesquisa */
body.ne-explorar-page .ne-explorar-search-icon{display:none!important;}
body.ne-explorar-page .ne-explorar-search button{
  width:42px;
  min-width:42px;
  height:36px;
  min-height:36px;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:0;
  line-height:1;
}
body.ne-explorar-page .ne-explorar-search button::before{
  content:"";
  width:14px;
  height:14px;
  border:2px solid currentColor;
  border-radius:50%;
  display:block;
  box-sizing:border-box;
  position:relative;
}
body.ne-explorar-page .ne-explorar-search button::after{
  content:"";
  width:7px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  display:block;
  position:absolute;
  right:11px;
  bottom:9px;
  transform:rotate(45deg);
  transform-origin:center;
}
@media(max-width:640px){
  body.ne-explorar-page .ne-explorar-search button{
    width:38px;
    min-width:38px;
    height:34px;
    min-height:34px;
    padding:0;
  }
  body.ne-explorar-page .ne-explorar-search button::before{
    width:13px;
    height:13px;
  }
  body.ne-explorar-page .ne-explorar-search button::after{
    right:10px;
    bottom:8px;
    width:6px;
  }
}

/* V104.6.146 — Pesquisa global inclui categorias */
.ne-pesquisa-categorias-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 20px}
.ne-pesquisa-categoria-result{display:flex;align-items:center;gap:9px;min-width:0;padding:11px 12px;border:1px solid rgba(127,127,127,.18);border-radius:12px;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.ne-pesquisa-categoria-result:hover{transform:translateY(-1px);border-color:rgba(0,212,255,.45)}
.ne-pesquisa-categoria-result-icon{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:9px;font-size:16px;background:rgba(0,212,255,.10)}
.ne-pesquisa-categoria-result span:nth-child(2){display:flex;flex-direction:column;min-width:0;line-height:1.2}
.ne-pesquisa-categoria-result strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ne-pesquisa-categoria-result small{margin-top:3px;font-size:10px;opacity:.68}
.ne-pesquisa-categoria-result b{margin-left:auto;font-size:14px;opacity:.65}
@media (max-width:900px){.ne-pesquisa-categorias-results{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:560px){.ne-pesquisa-categorias-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.ne-pesquisa-categoria-result{padding:9px 8px;gap:7px;border-radius:10px}.ne-pesquisa-categoria-result-icon{flex-basis:26px;width:26px;height:26px;font-size:14px}.ne-pesquisa-categoria-result strong{font-size:11px}.ne-pesquisa-categoria-result small{font-size:9px}.ne-pesquisa-categoria-result b{font-size:12px}}

/* V104.6.147 — EXPLORAR: título compacto */
body.ne-explorar-page .ne-explorar-hero h1{
  font-size:clamp(30px,3.6vw,42px) !important;
  line-height:1 !important;
}
body.ne-explorar-page .ne-explorar-hero{
  padding-top:2px !important;
  padding-bottom:10px !important;
}
body.ne-explorar-page .ne-explorar-hero p{
  margin-top:6px !important;
  font-size:14px !important;
}
@media(max-width:640px){
  body.ne-explorar-page .ne-explorar-hero h1{font-size:28px !important}
  body.ne-explorar-page .ne-explorar-hero p{font-size:12px !important;margin-top:5px !important}
  body.ne-explorar-page .ne-explorar-hero{padding-bottom:8px !important}
}

/* V104.6.148 — COMUNIDADE COMPACTA
   Regras de compactação visual, sem alterar funcionalidades. */
body.ne-comunidade-page .ne-comunidade{
  width:100%!important;max-width:none!important;margin:0 auto!important;padding:20px 24px 96px!important;box-sizing:border-box!important;
}
body.ne-comunidade-page .ne-comunidade-head{padding-bottom:16px!important}
body.ne-comunidade-page .ne-comunidade-brand{font-size:15px!important}
body.ne-comunidade-page .ne-comunidade-mark{width:28px!important;height:28px!important;font-size:13px!important}
body.ne-comunidade-page .ne-comunidade-head-actions>a,
body.ne-comunidade-page .ne-comunidade-head-actions>button{width:34px!important;height:34px!important}
body.ne-comunidade-page .ne-comunidade-head-actions svg{width:22px!important;height:22px!important}
body.ne-comunidade-page .ne-comunidade-hero{padding:8px 0 16px!important}
body.ne-comunidade-page .ne-comunidade-hero h1{font-size:30px!important;line-height:1.08!important;margin:0 0 5px!important;letter-spacing:.01em!important}
body.ne-comunidade-page .ne-comunidade-hero p{font-size:13px!important;line-height:1.4!important;margin:0!important}
body.ne-comunidade-page .ne-comunidade-composer{border-radius:16px!important}
body.ne-comunidade-page .ne-comunidade-composer-top{padding:12px 14px!important;gap:10px!important}
body.ne-comunidade-page .ne-comunidade-composer-top img,
body.ne-comunidade-page .ne-comunidade-login-prompt .ne-comunidade-avatar-placeholder{width:40px!important;height:40px!important;flex-basis:40px!important}
body.ne-comunidade-page .ne-comunidade-composer textarea{font-size:14px!important;min-height:42px!important}
body.ne-comunidade-page .ne-comunidade-composer-actions{gap:6px!important;padding:8px 12px!important}
body.ne-comunidade-page .ne-comunidade-composer-actions button{min-height:44px!important;padding:7px 9px!important;font-size:10px!important;gap:4px!important}
body.ne-comunidade-page .ne-comunidade-composer-actions svg{width:18px!important;height:18px!important}
body.ne-comunidade-page .ne-comunidade-publish{margin:0 12px 12px!important;padding:9px 14px!important;font-size:12px!important}
body.ne-comunidade-page .ne-comunidade-filters{gap:7px!important;padding:2px 0 14px!important}
body.ne-comunidade-page .ne-comunidade-filters a,
body.ne-comunidade-page .ne-comunidade-filter-settings{padding:7px 12px!important;font-size:12px!important}
body.ne-comunidade-page .ne-comunidade-feed{gap:12px!important}
body.ne-comunidade-page .ne-comunidade-post{border-radius:16px!important}
body.ne-comunidade-page .ne-comunidade-post>header{gap:9px!important;padding:12px 14px 9px!important}
body.ne-comunidade-page .ne-comunidade-post>header>img{width:40px!important;height:40px!important}
body.ne-comunidade-page .ne-comunidade-post>header strong{font-size:14px!important}
body.ne-comunidade-page .ne-comunidade-post>header small{font-size:10px!important;margin-top:2px!important}
body.ne-comunidade-page .ne-comunidade-post-type{padding:5px 7px!important;font-size:9px!important}
body.ne-comunidade-page .ne-comunidade-post>header>button{width:30px!important;height:30px!important}
body.ne-comunidade-page .ne-comunidade-post>header>button svg{width:19px!important;height:19px!important}
body.ne-comunidade-page .ne-comunidade-post-body{padding:2px 16px 0!important}
body.ne-comunidade-page .ne-comunidade-post-body p{font-size:15px!important;line-height:1.4!important}
body.ne-comunidade-page .ne-comunidade-post-media{height:280px!important;margin:12px 0 0!important;border-radius:13px!important}
body.ne-comunidade-page .ne-comunidade-post>footer{gap:20px!important;padding:10px 16px 13px!important}
body.ne-comunidade-page .ne-comunidade-post>footer svg{width:20px!important;height:20px!important}
body.ne-comunidade-page .ne-comunidade-post>footer button{font-size:12px!important;gap:5px!important}
body.ne-comunidade-page .ne-comunidade-empty{padding:48px 20px!important;border-radius:16px!important}
body.ne-comunidade-page .ne-comunidade-empty>div{width:52px!important;height:52px!important;margin-bottom:12px!important}
body.ne-comunidade-page .ne-comunidade-empty h2{font-size:19px!important;margin-bottom:6px!important}
body.ne-comunidade-page .ne-comunidade-empty p{font-size:13px!important}
@media(max-width:640px){
  body.ne-comunidade-page .ne-comunidade{padding:14px 12px 106px!important}
  body.ne-comunidade-page .ne-comunidade-head{padding-bottom:12px!important}
  body.ne-comunidade-page .ne-comunidade-brand{font-size:14px!important}
  body.ne-comunidade-page .ne-comunidade-mark{width:27px!important;height:27px!important}
  body.ne-comunidade-page .ne-comunidade-hero{padding:4px 0 12px!important}
  body.ne-comunidade-page .ne-comunidade-hero h1{font-size:27px!important}
  body.ne-comunidade-page .ne-comunidade-hero p{font-size:12px!important}
  body.ne-comunidade-page .ne-comunidade-composer-top{padding:10px!important}
  body.ne-comunidade-page .ne-comunidade-composer textarea{font-size:14px!important}
  body.ne-comunidade-page .ne-comunidade-composer-actions{overflow-x:auto;flex-wrap:nowrap!important}
  body.ne-comunidade-page .ne-comunidade-composer-actions button{min-width:74px!important;min-height:42px!important}
  body.ne-comunidade-page .ne-comunidade-filters a,
  body.ne-comunidade-page .ne-comunidade-filter-settings{padding:6px 10px!important;font-size:11px!important}
  body.ne-comunidade-page .ne-comunidade-post>header{padding:11px 12px 8px!important}
  body.ne-comunidade-page .ne-comunidade-post>header>img{width:38px!important;height:38px!important}
  body.ne-comunidade-page .ne-comunidade-post-body{padding:2px 12px 0!important}
  body.ne-comunidade-page .ne-comunidade-post-body p{font-size:14px!important}
  body.ne-comunidade-page .ne-comunidade-post-media{height:220px!important;margin-top:10px!important}
  body.ne-comunidade-page .ne-comunidade-post>footer{padding:9px 12px 11px!important;gap:16px!important}
  body.ne-comunidade-page .ne-comunidade-post>footer svg{width:18px!important;height:18px!important}
  body.ne-comunidade-page .ne-comunidade-post>footer button{font-size:11px!important}
}

/* V104.6.149 — Comunidade: avatares dos autores sempre circulares */
body.ne-comunidade-page .ne-comunidade-post > header .ne-comunidade-profile-link--avatar > img,
body.ne-comunidade-page .ne-comunidade-composer-top > img,
body.ne-comunidade-page .ne-comunidade-comment-avatar img,
body.ne-comunidade-page .ne-comunidade-comment-me img {
  border-radius: 50% !important;
  object-fit: cover !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}


/* V104.6.152 — Comunidade: Publicar integrado na linha do campo */
body.ne-comunidade-page .ne-comunidade-composer-top{display:flex;align-items:center!important;gap:10px!important;}
body.ne-comunidade-page .ne-comunidade-composer-top textarea{flex:1 1 auto!important;min-width:0!important;}
body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;margin:0!important;padding:8px 13px!important;border-radius:9px!important;font-size:12px!important;line-height:1!important;white-space:nowrap!important;}
@media(max-width:640px){
 body.ne-comunidade-page .ne-comunidade-composer-top{gap:8px!important;}
 body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish{padding:8px 11px!important;font-size:11px!important;}
}

/* V104.6.153 — Comunidade: personalização do botão Publicar */
body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish{
  min-height:34px!important;
  height:34px!important;
  padding:0 14px!important;
  border:1px solid rgba(146,80,244,.65)!important;
  border-radius:8px!important;
  background:#9250f4!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1!important;
  box-shadow:none!important;
  transition:background .18s ease,transform .18s ease,border-color .18s ease!important;
}
body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish:hover{
  background:#a866ff!important;
  border-color:#a866ff!important;
  transform:translateY(-1px)!important;
}
body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish:active{
  transform:translateY(0)!important;
}
@media(max-width:640px){
  body.ne-comunidade-page .ne-comunidade-composer-top .ne-comunidade-publish{
    min-height:32px!important;
    height:32px!important;
    padding:0 12px!important;
    border-radius:8px!important;
    font-size:11px!important;
  }
}

/* V104.6.154 — Comunidade: avatares dos autores reduzidos */
body.ne-comunidade-page .ne-comunidade-post > header .ne-comunidade-profile-link--avatar > img{
  width:36px!important;
  height:36px!important;
  min-width:36px!important;
  min-height:36px!important;
  max-width:36px!important;
  max-height:36px!important;
  flex:0 0 36px!important;
  border-radius:50%!important;
  object-fit:cover!important;
  aspect-ratio:1 / 1!important;
}
@media(max-width:640px){
  body.ne-comunidade-page .ne-comunidade-post > header .ne-comunidade-profile-link--avatar > img{
    width:34px!important;
    height:34px!important;
    min-width:34px!important;
    min-height:34px!important;
    max-width:34px!important;
    max-height:34px!important;
    flex-basis:34px!important;
  }
}

/* V104.6.155 — Reels: interface limpa, sem Gostar/Comentar/Partilhar */
body.ne-home-reels-page .ne-home-reel-actions .ne-home-reel-action:nth-child(1),
body.ne-home-reels-page .ne-home-reel-actions .ne-home-reel-action:nth-child(2),
body.ne-home-reels-page .ne-home-reel-actions .ne-home-reel-action:nth-child(3){display:none!important;}

/* V104.6.156 — Reels: interface minimalista, foco total no vídeo */
body.ne-home-reels-page .ne-home-reel-copy{display:none!important}
