@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&family=Montserrat:wght@300;400;500&family=Quicksand:wght@300;400;500&display=swap');

:root {
    --peach: #f9b6a5;
    --peach-dark: #f68e7f;
     --offwhite: linear-gradient(135deg, #fffff8 0%, #ffff1 100%);
    --gray: #bbb;
    --text: #b67258;
    --border: #888;
    --bg: #fff;
}

body, html {
   background: var(--offwhite);

    color: var(--text);
    font-family: 'Montserrat', 'Quicksand', Arial, sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    box-sizing: border-box;
    letter-spacing: 0.012em; 
 

}


html, body {
  
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Para garantir em todos elementos principais */
* {
  box-sizing: border-box;
}

/* Também remove barras do body mobile (iOS/Safari/Android) */
body {
  
  position: relative;
  left: 0;
  right: 0;
}



/* Remove scroll x forçado em navegadores que insistem (Firefox, Edge, Safari) */
@media (max-width: 100vw) {
  html, body {
   
  }
}

.newfeed-main {
    display: flex;
    align-items: flex-start;
 
}



*, *:before, *:after {
    box-sizing: inherit;
    font-family: inherit;
}

.newfeed-container, .modal-bg {
    
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;

    background: var(--offwhite);
}

.newfeed-container {margin-bottom: 150px !important;}
.newfeed-main {
margin: 0 auto;
  display: flex;
    flex-direction: row;
 max-width: 1280px;
    width: 100vw;
    min-height: 100vh;

  
}
.newfeed-col1 {
    flex: 1 1 0;
    min-width: 0;
    padding: 40px 32px 40px 40px;
}
.newfeed-col2 {
     width: 260px !important;
    flex-shrink: 0;
   margin-top:-20px;
  
    min-height: 100vh;
    padding: 0px 30px 40px 20px;
}

   .nf-profile-menu-lateral a{font-size: 0.9em !important}
    
    .nf-post-toggle-btn {
        background: none;
        border: none;
        color: #e77;
        cursor: pointer;
        padding: 0 0 0 4px;
        display: flex;
        align-items: center;
        font-size: 1.25em;
        opacity: 0.80;
        transition: opacity 0.18s;
margin-top:10px !important;
    }
    .nf-post-toggle-btn:hover {
        opacity: 1;
    }
    .nf-profile-rating {
        font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
        font-weight: 200;
        font-size: 3.3em;
        letter-spacing: 0.05em;
        color: #222;
        display: flex;
        align-items: flex-end;
    }
    .nf-profile-rating-main {
        font-size: 1em;
        line-height: 1;
        font-weight: inherit;
    }
    .nf-profile-rating-decimal {
        display: flex;
        align-items: flex-end;
        margin-left: -0.20em;
    }


    .nf-profile-rating-dec-big {
        font-size: 0.95em;
        font-weight: inherit;
        line-height: 1;
        color: #333;
        position: relative;
        font-size: 1em;
margin-left:3px;
margin-right:2px;
    }


  

 
.nf-rating-last2 {
 font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-size: 1.24em !important;
  }

.nf-profile-photo img a{
 width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;
}


.nf-friend-btn {display:none}





.nf-profile-rating-main{margin-left:-13px;margin-top:0px;font-size: 0.87em !important;}
.nf-profile-rating-dec-big{margin-left:-13px;margin-left:5px;margin-top:7px;font-size: 0.87em !important;}
.nf-profile-rating-dec-small{margin-left:-13px;margin-left:-2px;margin-top:7px;font-size: 0.57em !important;}
.nf-profile-rating-dec-tiny{margin-left:-13px;margin-left:-2px;margin-top:7px;font-size: 0.57em !important;}

.friend-wait{display:none}
.aguardando-aprovacao {font-size:10px;color:#888;display:none} 

} 

    
   



 hr{  border: 1px solid #eee; margin-top:-20px;}


    .nf-new-post {
        transition: max-height 0.25s, opacity 0.18s;
        
    }
    .nf-new-post.hide {
        max-height: 0 !important;
        opacity: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        pointer-events:none;
        height: 0 !important;
    }
.nf-new-post {
    background: transparent !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0 0 16px 0;
    margin-bottom: 0px;
}


.nf-new-post-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 6px;
}

.nf-postar-btn {
    background: var(--peach-dark);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 7px 24px;
    font-size: 1.08em;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 12px #f9b6a544;
    transition: background .17s;
}
#nf-media-preview img, #nf-media-preview video {
    max-width: 220px !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
}
.nf-feed-list {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.nf-sideblock {
    margin-bottom: 0px;
}
.nf-side-title {
    font-size: 1.1em;
    color: #222;
    font-weight: 200;
    letter-spacing: 0.14em;
    margin-bottom: 8px;
font-style: italic;
}
.nf-side-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nf-side-list li {
    color: #d7ab98;
    margin: 0 0 7px 0;
    font-size: 1em;
    letter-spacing: 0.01em;
}

.nf-post-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2.25px solid rgba(242,203,189,0.75);
    padding-bottom: 18px;
    gap: 16px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
   min-height: 250px;  
}

.nf-post-row-flex {
    display: flex;
    align-items: flex-start; 
}

.nf-post-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px;
}
.nf-post-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    background: #fae3dc;
    border: 2px solid var(--border);
}
.nf-post-userblock {
    display: flex;
    align-items: flex-end;
    gap: 7px;
}







.nf-rating-main {
 
 font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-size: 2.1em;
   margin-right: 2px;
    letter-spacing: -0.10em;
   
color: #333 !important;
}



.nf-rating-rest {
 
 font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-size: 1.18em;
     color: #333 !important;
    font-weight: 400;
    margin-left: 1px;
}

.nf-rating-last2 {
 
 font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
    font-size: 1.18em;
     color: #333 !important;
    font-weight: 400;
    
 margin-top: 4px;
}




.nf-post-evalcount {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
    margin-top: 20px;
    justify-content: flex-start;
    width: 100%;
    font-size: 0.95em;
    color: var(--gray);
    font-weight: normal !important;
}
.eval-star {
    color: #444;
    font-size: 15px;
    display: flex;
    align-items: center;
    font-weight: normal !important;
}
.eval-names {
    color: #888;
    font-size: 12px;
    font-weight: normal !important;
}
.eval-link {
    color: #444 !important;
    font-weight: normal !important;
    text-decoration: none !important;
    transition: color .2s;
    cursor: pointer;
}
.eval-link:hover {
    color: #e77 !important;
    text-decoration: underline;
}
.nf-post-stars {
    display: flex;
    flex-direction: column;
    align-items: right;
color: #888 !important;
}
/* Todas as estrelas de posts já avaliados SEMPRE amarelas */

.nosedive-static-stars,
.nosedive-interactive-stars {
    display: flex;
    align-items: center;
    gap: 1px;
    justify-content: flex-end;
}
.nosedive-star-static, .nosedive-star {
    font-size: 2.34em;
    cursor: pointer;
    transition: color .2s;
    user-select: none;
}
.nosedive-star-static.active,
.nosedive-star-static.selected,
.nosedive-star.selected {
    color: var(--peach-dark) !important;
}
.nosedive-star:hover,
.nosedive-star:focus {
    color: var(--peach-dark);
}
.nosedive-send-btn {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    vertical-align: middle;
}

.nf-require-message {
    color: var(--text);
    font-size: 0.74em;
    margin-top: 10px;
    margin-bottom: 0;
   width: 100%;
    line-height: 1.2;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ececec;
    padding: 5px 10px;
    box-sizing: border-box;
    display: block;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.nf-post-card.highlight {
    border: 2px solid var(--peach-dark);
    box-shadow: 0 0 0 4px #f68e7f33;
   
}

.nf-modal-bg {
   

 position: fixed;
  left: 0; top: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
}
.nf-modal {
    background: #fff;
    border-radius: 14px;
    min-width: 350px;
    max-width: 97vw;
    width: 420px;
    box-shadow: 0 4px 32px #0001;
    padding: 22px 22px 16px 22px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.nf-modal-close {
    position: absolute;
    right: 11px; top: 7px;
    background: none; border: none;
    font-size: 2em; color: #c99; cursor: pointer;
}
.nf-modal-title {
    font-size: 1.22em;
    font-weight: bold;
    color: var(--peach-dark);
    margin-bottom: 8px;
}
.nf-modal-list {
    max-height: 210px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.nf-modal-comment {
background: var(--offwhite);
    font-size: 0.90em;
    margin-bottom: 5px;
    display: flex;
    align-items: baseline;
}
.nf-modal-comment-user {
    font-weight: 600; margin-right: 6px; color: #b67258; font-size: 1em;
}
.nf-modal-comment-text {
    color: #444;
}
.nf-modal-form { display: flex; gap: 7px; margin-top: 10px; }
.nf-modal-form textarea {
    flex: 1; border-radius: 7px; border: 1.0px solid var(--border);
    font-size: 1em; padding: 7px 10px; resize: none; min-height: 32px;
}
.nf-modal-form button {
    background: var(--peach-dark); color: #fff;
    border: none; border-radius: 6px;
    padding: 7px 15px; font-size: 1em; cursor: pointer; font-weight: 500;
    transition: background .14s;
}
.nf-modal-form button:hover { background: #b67258; }



/* ...restante do seu CSS... */

/* Remover borda de destaque do post bloqueado (não avaliado) */
.nf-post-card.highlight {
    border: none !important;
    box-shadow: none !important;
   
}

/* Remover borda separadora entre posts */
.nf-post-card {
    border-bottom: none !important;
    /* pode remover também qualquer sombra */
    box-shadow: none !important;
}

/* ...restante do seu CSS... */


/* Modal de comentários — melhorias solicitadas */

/* Esconde o botão X de fechar */
#nf-comment-modal .nf-modal-close {
    display: none !important;
}

/* Torna o textarea do comentário mais largo no modal */
#nf-comment-modal .nf-modal-form textarea {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    font-size: 1.17em;
    resize: none;
    box-sizing: border-box;
    padding: 18px 16px;
    border-radius: 12px;
    border: 1.5px solid #f2cbbd;
    margin-bottom: 0;
    /* Ajusta altura conforme necessário */
    min-height: 70px;
    text-align: center;
}

/* Centraliza e suaviza o placeholder do textarea */
#nf-comment-modal .nf-modal-form textarea::placeholder {
    text-align: center;
    color: #baa7a2;
    opacity: 1;
    font-weight: 400;
    font-size: 1.07em;
    letter-spacing: 0.01em;
    font-family: inherit;
}

/* ... (todo o seu CSS anterior deve permanecer aqui) ... */

/* ----------- MODAL DE COMENTÁRIOS: 1 LINHA, TEXTAREA AO LADO DO BOTÃO ----------- */


#nf-comment-modal .nf-modal {
    width: 420px !important;
    max-width: 98vw;
    min-width: 0;
     background: #fff !important; /* Branco sólido */
    border-radius: 12px;
    box-shadow: 0 4px 18px 0 #f68e7f22;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 22px 16px 18px 16px;
    position: relative;
    border: 1.5px solid #f2cbbd;
    gap: 0;
}

#nf-comment-modal .nf-modal-form,
#nf-comment-modal .nf-modal-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    background: #fff !important;
}

#nf-comment-modal .nf-modal-form textarea {
    width: 80%;
    min-width: 0;
    max-width: 100%;
    font-size: 1em;
    font-family: 'Quicksand', 'Montserrat', Arial, sans-serif;
    color: #b67258;
    background: #fff;
    border: 1.2px solid #f2cbbd;
    border-radius: 8px;
    padding: 8px 10px;
    min-height: 0;
    max-height: 38px;
    height: 38px;
    outline: none;
    box-sizing: border-box;
    margin: 0;
    resize: none;
    box-shadow: 0 1px 5px 0 #f9b6a511;
    text-align: left;
    overflow-y: auto;
    /* 1 linha apenas */
    line-height: 1.2;
}

#nf-comment-modal .nf-modal-form textarea:focus {
    border-color: #f68e7f;
    background: #fffdfa;
}

#nf-comment-modal .nf-modal-form textarea::placeholder {
    color: #c9bab0;
    opacity: 1;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    font-family: inherit;
    letter-spacing: 0.01em;
}

#nf-comment-modal .nf-modal-form button[type="submit"] {
    background: linear-gradient(90deg, #f9b6a5 10%, #f68e7f 90%);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 22px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 1px 5px 0 #f9b6a522;
    margin: 0;
    transition: background .13s, transform .12s;
    height: 38px;
    display: inline-block;
}

#nf-comment-modal .nf-modal-form button[type="submit"]:hover,
#nf-comment-modal .nf-modal-form button[type="submit"]:focus {
    background: linear-gradient(90deg, #f68e7f 10%, #f9b6a5 90%);
    transform: scale(1.04);
}

/* Remove botão X */
#nf-comment-modal .nf-modal-close {
    display: none !important;
}



/* ... seu CSS anterior ... */

/* Espaçamento de 20% a mais entre posts */
.nf-feed-list {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 60.4px; /* 20% a mais que 32px padrão */
}

/* ... restante do seu CSS ... */


/* Estrelas selecionadas/ativas ficam AMARELAS */
.nosedive-interactive-stars .nosedive-star.selected,
.nosedive-interactive-stars .nosedive-star:hover,
.nosedive-interactive-stars .nosedive-star:focus {
    color: #f9b62a !important; /* amarelo vibrante */
}

/* ... (todo o seu CSS anterior permanece) ... */

/* ----------- ÁREA DE NOVO POST MELHORADA ----------- */
.nf-new-post {
    background: #fffdfa !important;
    border-radius: 10px;
    box-shadow: 0 2px 12px #f9b6a511;
    padding: 18px 20px 18px 20px;
    margin-bottom: 26px;
    border: 1.3px solid #f2cbbd;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

/* Botão publicar embaixo, alinhado à direita */
.nf-new-post-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin: 0;
    width: 100%;
}
.nf-postar-btn {
    background: var(--peach-dark);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 9px 30px;
    font-size: 1.08em;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 12px #f9b6a544;
    transition: background .17s;
    margin-top: 6px;
    align-self: flex-end;
}
.nf-postar-btn:hover { background: #b67258; }
/* Limite de palavras feedback */
.nf-word-limit-warning {
    color: #b67258;
    background: #ffe4d8;
    font-size: 0.96em;
    border-radius: 7px;
    padding: 4px 10px;
    margin-top: 4px;
    display: none;
    text-align: right;
}
.nf-word-limit-warning.active {
    display: block;
}



/* ----------- NOVO POST | Layout clean, sem fundo, sem borda ----------- */
.nf-new-post {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 20px 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nf-new-post-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    margin: 0;
    width: 100%;
    padding-top: 4px;
}



.nf-postar-btn {
    background: var(--peach-dark);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 26px;
    font-size: 1.08em;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 12px #f9b6a524;
    transition: background .17s;
    margin-left: 0;
    align-self: flex-end;
    height: 36px;
    display: flex;
    align-items: center;
}
.nf-postar-btn:hover { background: #b67258; }



/* Texto do aviso de limite */
.nf-word-limit-warning {
    color: #b67258;
    background: #ffe4d8;
    font-size: 0.96em;
    border-radius: 6px;
    padding: 3px 10px;
    margin-top: 2px;
    display: none;
    text-align: right;
}
.nf-word-limit-warning.active {
    display: block;
}

/* Responsivo */




/* ... seu CSS antigo ... */

/* ----------- HEADER IGUAL AO DA IMAGEM ----------- */


.nf-profile-rating {


    font-size: 1.47em;
    font-weight: 400;
    letter-spacing: 0.01em;
}


/* ----------- NOVO POST | Layout clean, sem fundo, sem borda ----------- */
.nf-new-post {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 0 20px 0;
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nf-new-post-row {
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    margin-bottom: 6px;
}

.nf-new-post-row textarea {
    flex: 1 1 0;
    border-radius: 8px;
    border: 1px solid #e77 !important;
    padding: 12px 13px;
    resize: none;
    min-height: 60px;
    background: #fff;
    transition: border 0.18s;
    font-family: inherit;
    box-sizing: border-box;
    line-height: 1.4;
    margin: 0;
    font-weight: 200 !important;
    font-size: 1.3em !important;
    color: #1c1111 !important;
    text-align: left;
    width: 0; /* necessário para flexbox */
    max-width: 80vw;
}

.nf-new-post-row-buttons {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 8px;
    width: 20%;           /* ocupa 20% */
    min-width: 120px;     /* evita encolher demais */
    max-width: 180px;     /* limite opcional */
    margin-left: 12px;
 margin-top: -10px;
}

#nf-media-preview video {
    display: block;
    max-width: 90px;
    max-height: 90px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 10px;
    background: #eee;
}


.nf-postar-btn {
    width: 100%;
}

.nf-new-post-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    margin: 0;
    width: 100%;
    padding-top: 4px;
}
.nf-new-post-media-btn {
    font-size: 1.0em;
    cursor: pointer;
    color: #bba6a1;
   
   
    background: none;
    border: none;
    outline: none;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    height: 36px;
}

.nf-new-post-row-bt-media{
 margin-left: 55px;
}


.nf-postar-btn {
    background: var(--peach-dark, #f9b6a5);
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 26px;
    font-size: 1.08em;
    cursor: pointer;
    font-weight: 500;
    box-shadow: 0 2px 12px #f9b6a524;
    transition: background .17s;
    margin-left: 0;
    align-self: flex-end;
    height: 36px;
    display: flex;
    align-items: center;
}
.nf-postar-btn:hover { background: #b67258; }
#nf-media-preview {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}
#nf-media-preview img {
    max-width: 46px;
    max-height: 46px;
    border-radius: 7px;
    border: 0px solid #f2cbbd;
    background: #fff7f3;
    object-fit: cover;
    display: block;
}
.nf-word-limit-warning {
    color: #b67258;
    background: #ffe4d8;
    font-size: 0.96em;
    border-radius: 6px;
    padding: 3px 10px;
    margin-top: 2px;
    display: none;
    text-align: right;
}
.nf-word-limit-warning.active {
    display: block;
}


/* ...demais estilos... */


/* HEADER - 50% maior */

/* Nome 50% maior */

/* Rating 50% maior */
.nf-profile-rating {
    font-size: 2.205em;
    font-weight: 400;
    letter-spacing: 0.01em;
}



/* ...demais estilos... */

/* ----------- HEADER AJUSTADO ----------- */

.nf-profile-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 2px 8px #0001;
    border: none;
}

.nf-profile-name {
    font-size: 2.5em !important;
    line-height: 1.05;
    font-weight: 400;
   margin-left: -5px;
margin-top: 5px;
    margin-bottom: 0;

       font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
        
        color: #222 !important;
        
        letter-spacing: -0.05em;
        margin-bottom: 0;
        font-family: inherit;
        display: inline-block;
   
}
.nf-profile-rating {
    font-size: 2.9em;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #333;
}
.nf-profile-work {
    
    color: #666 !important;
    font-weight: 200 !important;
   
    margin-left: 22px;
    display: inline-block;

	width:300px !important;
 	font-family: 'Roboto','Helvetica Neue', Helvetica, Arial, 'Liberation Sans',  sans-serif;
 
       font-size: 1.1em !important;
	font-style: italic;
   line-height: 1.0;
}


.nf-profile-header {
    padding: 0 0 18px 0;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 10px;
    border-bottom: none !important; /* garanta que nenhuma linha/borda é exibida */
    box-shadow: none !important;    /* previne sombra */
margin-top: -10px;

}
/* ...restante do seu CSS... */



.nf-post-username:hover,
.nf-post-username:focus {
    color: #333	 !important;
    text-decoration: none !important;
}





.nf-post-rating, .nf-profile-rating {
    display: inline-block;
    transition: transform .3s cubic-bezier(.4,2,.6,1);
    will-change: transform;
}



/* O efeito: inicia invisível e deslocado para baixo */
.nf-fade-in-up {
  opacity: 0 !important;
  transform: translateY(40px) !important;
}

/* Ao final da animação: visível e no lugar */
.fade-in-done {
  opacity: 1 !important;
  transform: none !important;
}


/* Adicione ao seu CSS */
.nosedive-scroll-blocker {
    position: fixed;
    z-index: 9998;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.0); /* transparente para não escurecer */
    pointer-events: auto;
}

.nf-post-card.highlight {
    position: relative;
   
    /* opcional: efeito visual */
    box-shadow: 0 0 0 4px #f9b62a44;
}



.nosedive-star,
.nosedive-send-btn,
.nosedive-star-static,
.app-rate-info,
.nf-require-message {
    transition: opacity .4s;
}


.nf-post-imgs-horizontal {
    display: flex;
    gap: 12px;
    margin: 16px 0;
}
.nf-img-main {
    flex: 2 1 0;
}
.nf-img-main img {
    width: 100%;
    max-width: 320px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 0px;
    display: block;
    background: #faf6f3;
}
.nf-img-side {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: space-between;
}
.nf-img-side img {
    width: 100%;
    max-width: 140px;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 14px;
    display: block;
    background: #faf6f3;
}




.see-more-modal-bg {
    position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:1004;
    background:rgba(0,0,0,0.35);
    display:flex;align-items:center;justify-content:center;
}
.see-more-modal {
   border-color: #f68e7f;
    background: #fffdfa;
    border-radius:14px;
    max-width:96vw;width:470px;
    box-shadow:0 6px 36px #0002;
    padding:28px 24px 18px 24px;
    position:relative;
}
.see-more-modal-close {
    position:absolute;
    right:12px;top:9px;
    background:none;
    border:none;
    font-size:1.6em;
    color:#c99;
    cursor:pointer;
}
.see-more-modal-header {
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:18px;
}
.see-more-modal-avatar {
    width:62px;
    height:62px;
    border-radius:50%;
    object-fit:cover;
    box-shadow:0 2px 8px #0001;
    border:none;
    background:#faf6f3;
}
.see-more-modal-info {
    display:flex;
    flex-direction:column;
}
.see-more-modal-name {
    font-size:1.24em;
    font-weight:500;
    color:#653c22;
    margin-bottom:2px;
}
.see-more-modal-rating {
    font-size:1.13em;
    color:#333 !important;
    font-weight:300;
}
.see-more-modal-content {
    font-size:1.18em;
    color:#653c22;
    white-space:pre-line;
    line-height:1.5;
    margin-bottom:6px;
}


#nf-photo-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 2000;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
#nf-photo-modal .nf-modal {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none !important;
    box-shadow: none !important;
    border-radius: 14px;
    padding: 0;
    position: relative;
    flex-direction: column;
}
#nf-photo-modal-img {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 18px #0004;
    max-width: 94vw;
    max-height: 500px;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}


 .nf-img-main {
    width: 68%; /* Foto principal mais destacada */
    height: 100%;
    padding: 0;
    margin: 0;
}
.nf-img-side {
    width: 32%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin: 0;
}
.nf-img-main img,
.nf-img-side img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 0px;
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    background: #fff;
}
.nf-img-main img {
    height: 100%;

}
.nf-img-side img {
    height: 50%;
}
.nf-img-side img:first-child {
    border-bottom: 0; /* une as imagens lateralmente */
}
.nf-post-imgs-horizontal img {
    margin: 0 !important;
    border-radius: 0px !important;
}

.nf-post-stars {
    display: flex;
    flex-direction: column;
    align-items: right;
}


.nf-post-see-more {
    color: #e77;
    
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
 
   
    text-decoration: none;
}
.nf-post-see-more a{
   color: #e77;
    font-weight: bold;
    display: inline-block;
    margin-top: 8px;
    border-radius: 8px;
    background:none;
 
   
    text-decoration: none;
}
.nf-post-see-more:hover, .nf-post-see-more:focus { 

color: #e99;
    text-decoration: none;
}
#nf-post-content-modal.nf-modal-bg {
    position: fixed;
    left: 0; top: 0;
    width: 100vw; height: 100vh;
    z-index: 2100;
    background: rgba(0,0,0,0.32);
    display: flex;
    align-items: center;
    justify-content: center;
}
#nf-post-content-modal .nf-modal.nf-content-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
#nf-post-content-full {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    max-height: 60vh;
    overflow-y: auto;
    word-break: break-word;
}
.nf-modal-close {
    color: var(--rose);
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 7px;
    padding: 8px 24px;
    background: rgba(247,68,96,0.07);
    display: block;
    margin: 24px auto 0 auto;
    text-align: center;
    transition: background .2s;
    text-decoration: none;
    width: fit-content;
}
.nf-modal-close:hover, .nf-modal-close:focus {
    background: var(--rose);
    color: #fff;
    text-decoration: none;
}
#nf-photo-modal.nf-modal-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.82);

  align-items: center !important;
  justify-content: center !important;
  z-index: 2000;
}
#nf-photo-modal .nf-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
#nf-photo-modal-img {
  max-width: 96vw;
  max-height: 92vh;
  border-radius:0px;
  box-shadow: 0 2px 32px #000c;
  background: #fff;
  object-fit: contain;
  margin: 0;
  display: block;
}
#nf-photo-modal-close {
  position: absolute;
  top: 24px;
  right: 30px;
  font-size: 2.7em;
  color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  z-index: 2002;
  user-select: none;
}
.nf-post-stars {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nf-require-message {
    text-align: center;
    margin-top: 8px;
    font-size: 1em;
    color: #bb6f3e;
    width: 100%;
    display: block;
    transition: opacity 0.4s;
}

.nf-profile-name-row {
    display: flex;
    align-items: center;
    gap: 14px;
}
.nf-friend-btn {
    margin-left: 0;
 margin-top: 7px;
    margin-right: 0;
    background: #e77;
    color: #fff;
    border: none;
    border-radius: 11px;
    padding: 2px 12px;
    font-size: 0.96em;
    line-height: 1.15;
    height: 26px;
    min-width: 70px;
    cursor: pointer;
    vertical-align: middle;
    transition: background 0.2s;
    box-shadow: none;
    outline: none;
    display: inline-block;
}
.nf-friend-btn:hover {
    background: #c33;
}
.nf-friend-btn.added {
    background: #aaa;
    color: #fff;
}
.nf-friend-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Botão amarelo para 'Aceitar amizade' */
.nf-friend-btn.accept {
    background: #f9b62a;
    color: #fff;
}
.nf-friend-btn.accept:hover {
    background: #f8a400;
}


.aguardando-aprovacao {font-size:12px;color:#888;margin-top:2px;} 

.ava-card, .friend-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px #0001;
    margin: 20px 0;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    transition: box-shadow 0.15s;
}
.ava-card:hover, .ava-card:focus-within,
.friend-card:hover, .friend-card:focus-within {
    box-shadow: 0 4px 24px #0002;
    z-index: 2;
}

.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s cubic-bezier(.7,.2,.3,1), transform 0.7s cubic-bezier(.7,.2,.3,1);
    will-change: opacity, transform;
}
.fade-up.visible {
    opacity: 1;
    transform: none;
}

/* ...restante dos estilos específicos (ava-avatar, ava-info, friend-info etc)... */



.nf-sideblock {
    background: none;
    box-shadow: none;
    padding: 0 0 5px 0;
    border: none;
    margin-bottom: -2px;
}

.nf-side-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #999;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0;
}

.nf-side-list {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
}

.nf-trend-item,
.nf-rated-item {
    margin-bottom: 18px;
    padding: 0;
    line-height: 1.2;
}

.nf-trend-title,
.nf-rated-title {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222;
    margin-bottom: 2px;
font-style:italic;
}

.nf-rated-title:hover{color: #e77 !important;}

.nf-trend-item a:hover{color: #e77 !important;}


.nf-trend-desc,
.nf-rated-desc {
    font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.9em;
    color:  #888;
    margin-bottom: 4px;
    margin-top: 0;
    font-weight: 400;

}

.nf-trend-count,
.nf-rated-count {
    font-family: 'Montserrat', Arial, sans-serif;
    white-space: nowrap;
    color: #b0b0b0;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 0.05em;
font-size: 0.7em;
   font-style:italic;
}

.nf-profile-menu {
    margin-top: 10px;
}

.nf-profile-menu a {
    color: #888;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.9;
    display: block;
    margin-bottom: 1px;
}



.nf-profile-menu-mobile {display:none}
.nf-header-menu-btn-mobile {display:none}



.newfeed-col1 {

  min-height: 110vh; /* Ajuste conforme o mínimo desejado */
}


/* ... seu CSS existente ... */

/* Setas do modal */
.nf-photo-arrow-left, .nf-photo-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.3em;
  background: rgba(255,255,255,0.8);
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  user-select: none;
}
.nf-photo-arrow-left { left: 6px;  display: none !important;}
.nf-photo-arrow-right { right: 6px;display: none !important;}
.nf-photo-arrow-left:active, .nf-photo-arrow-right:active { background: #eaeaea; display: none !important;}

/* Modal imagem ampliada (garante espaço pras setas) */
#nf-photo-modal-img {
  max-height: 680px;
  max-width: 96vw;
  border-radius: 0px;
  margin: 0 56px;
}

.loading-spinner {
  display: inline-block;
  text-align: center;
}
.loading-spinner .lds-dual-ring {
  display: inline-block;
  width: 38px;
  height: 38px;
}
.loading-spinner .lds-dual-ring:after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #e77;
  border-color: #e77 transparent #e77 transparent;
  animation: lds-dual-ring 1s linear infinite;
}
@keyframes lds-dual-ring {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


.lds-dual-ring {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #e77;
  border-color: #e77 transparent #e77 transparent;
  animation: lds-dual-ring 1s linear infinite;
}
@keyframes lds-dual-ring {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}



.nf-header-menu-btn-mobile { display: none; }




/* Menu Desktop visível apenas em telas grandes */
.nf-profile-menu-desktop,
.nf-profile-menu-border.nf-profile-menu-desktop {
    display: block;
}
.nf-mobile-menu-fab {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1002;
    background: none;
    border: none;
    padding: 0;
    display: none;
    box-shadow: 0 2px 10px rgba(20,20,30,0.05);
}



/* Modal overlay */
#nf-photo-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.85);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Centralize with flex on open */
#nf-photo-modal.nf-photo-modal-open {
  display: flex;
}

/* Close button */
.nf-photo-modal-close {
  position: absolute;
  top: 24px;
  right: 30px;
  font-size: 2.7em;
  color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  z-index: 2002;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}

/* Modal image */
#nf-photo-modal-img {
  max-width: 98vw;
  max-height: 94vh;
  border-radius: 0px;
  box-shadow: 0 2px 32px #000c;
  z-index: 2001;
  background: #222;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: box-shadow 0.2s;
}

/* Arrow buttons */
.nf-photo-arrow-left,
.nf-photo-arrow-right {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.2em;
  background: rgba(20,20,20,0.62);
  border: none;
  color: #fff;
  z-index: 2002;
  cursor: pointer;
  padding: 7px 13px;
  border-radius: 50%;
  box-shadow: 0 1px 8px #0008;
  transition: background 0.14s;
}
.nf-photo-arrow-left {
  left: 18px;
}
.nf-photo-arrow-right {
  right: 18px;
}

/* Show arrows if more than one image */
#nf-photo-modal.has-arrows .nf-photo-arrow-left,
#nf-photo-modal.has-arrows .nf-photo-arrow-right {
  display: block;
}

/* Desktop: slightly smaller image */
@media (min-width: 701px) {
  #nf-photo-modal-img {
    max-width: 86vw;
    max-height: 86vh;
    border-radius: 0px;
  }
}

.nf-cmt-delete-btn
{
    background: none !important;
    color: #e33 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 2px 8px !important;
    cursor: pointer !important;
    font-size: 10px !important;
    transition: background 0.18s !important;
}


.nf-cmt-delete-btn-btn:hover {
    background: #ffd6d6 !important;
}




.nf-cmt-user{font-family: 'Montserrat', Arial, sans-serif;}


.nf-cmt-delete-btn
{
font-family: 'Montserrat', Arial, sans-serif;
 position: relative;
    right: 0px;

    background: none;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 10px;
    transition: background 0.18s;
}


.nf-cmt-delete-btn-btn:hover {
    background: #ffd6d6;
}



.nf-cmt-reply-btn{

font-family: 'Montserrat', Arial, sans-serif;
position: relative;
    left: 0px;

    background: none !important;
    color: #e99 !important;
    border: none;
    border-radius: 10px;
    padding: 2px 8px;
    cursor: pointer;
    font-size: 12px !important;
    transition: background 0.18s;

}


.nf-cmt-row-reply {
font-family: 'Montserrat', Arial, sans-serif;
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 1px 8px #f9b6ab22;
    padding: 13px 18px 10px 18px;
    margin-bottom: 14px;
   
    border: 1px solid #f7e3dd;
    width: 95%;
    box-sizing: border-box;
    transition: box-shadow 0.15s;
}

.nf-cmt-row-reply .nf-cmt-user{
font-family: 'Montserrat', Arial, sans-serif;
font-size: 0.8em !important;
}


.nf-cmt-send-reply-btn {
font-size: 12px !important;
margin-bottom:10px;
width:140px;
}

 .nf-cmt-send-reply-btn{  background: linear-gradient(90deg, #f68e7f 10%, #f9b6a5 90%);  border-radius: 10px;
    box-shadow: 0 1px 8px #f9b6ab22;  box-sizing: border-box;  border:none; color: #fff; cursor: pointer; padding:5px; font-size: 1em}
.nf-cmt-footer{margin-bottom:10px;}



.profile-tabs-menu{

display:none
}


/* Fundo do modal */
.notif-modal-bg {
  position: fixed; left: 0; top: 0; width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.32);
  z-index: 10000;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}

/* Modal centralizado (desktop) */
.notif-modal {
  background: #fff;
  border-radius: 16px;
  max-width: 400px;
  width: 96vw;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 0 40px #0002;
  padding: 0 0 18px 0;
  position: relative;
  animation: notifModalIn 0.24s cubic-bezier(.7,-0.13,.51,.96);
}

@keyframes notifModalIn {
  from { opacity: 0; transform: translateY(40px);}
  to   { opacity: 1; transform: translateY(0);}
}

.notif-modal-header {
  padding: 20px 24px 8px 24px;
  border-bottom: 1px solid #eee;
}

.notif-modal-close {
  position: absolute; right: 5px; top: 2px;
  font-size: 28px; background: none; border: none; color: #e44; cursor: pointer;
  z-index: 2;
}

/* Notificação individual */
.notif-item {
  padding: 18px 24px;
  border-bottom: 1px solid #f5f5f5;
  display: flex; align-items: flex-start; gap: 14px;
  background: #fff;
  transition: background 0.13s;
}


.notif-item:hover{background: #eee;}

.notif-item.unread { background: #fcf7eb; }
.notif-item:last-child { border-bottom: 0; }
.notif-item-avatar {
  width: 42px; height: 42px; border-radius: 50%; object-fit: cover;
  box-shadow: 0 1px 5px #0001;
}
.notif-item-info { flex:1; }
.notif-item-title { font-size: 14px; font-weight: 500; color: #333; }
.notif-item-desc { font-size: 12px; color: #666; margin-top: 2px; }
.notif-item-time { color: #aaa; font-size: 10px; margin-top: 2px; }
.notif-item-info a{font-style:none;color: #e99
}
/* Responsivo: Modal cobre a tela inteira no mobile */
@media (max-width: 700px) {
  .notif-modal-bg { 
    align-items: stretch; justify-content: stretch;
    background: #fff;
  }
  .notif-modal {
    width: 100vw !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    border-radius: 0;
    min-height: 100vh;
    box-shadow: none;
    padding-top: 0;
  }
  .notif-modal-header {
    padding: 28px 18px 12px 18px;
    border-bottom: 1px solid #eee;
  }
}

#see-more-modal .see-more-modal {
    max-width: 540px;
    min-width: 240px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 18px #0003;
    padding: 32px 20px 14px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    /* Adicione estas linhas para limitar a altura total do modal */
    max-height: 50vh;
    height: 35%;
    overflow: hidden;
}

.see-more-modal-content {
    color: #222;
    font-size: 1.09em;
    line-height: 1.38;
    margin-bottom: 10px;
    /* O conteúdo preenche o espaço restante do modal */
    flex: 1 1 0;
    overflow-y: auto;
    word-break: break-word;
    /* Opcional: para evitar que o modal cresça demais por padding extra */
    min-height: 0;
    max-height: 100%;
}


.nf-post-card {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.5s cubic-bezier(.4,0,.2,1), transform 1.5s cubic-bezier(.4,0,.2,1);
  will-change: opacity, transform;
min-height:350px !important;
}
.nf-fade-in-down {
  opacity: 0;
  transform: translateY(-40px); /* para baixo: entra de cima */
  transition: opacity 1.5s cubic-bezier(.4,0,.2,1), transform 1.5s cubic-bezier(.4,0,.2,1);
}
.nf-fade-in-up {
  opacity: 0;
  transform: translateY(40px); /* para cima: entra de baixo */
  transition: opacity 1.5s cubic-bezier(.4,0,.2,1), transform 1.5s cubic-bezier(.4,0,.2,1);
}
.fade-in-done {
  opacity: 1 !important;
  transform: none !important;
}

.nf-post-content a, .see-more-modal-content a{color:#e55; text-decoration: none !important;}

#nosedive-rating-subtitle {display:none;}

.nf-post-comments-summary{margin-left:50px !important;}


.square-media-list {width:580px !important}




/* JS para destacar overflow */

.skiptranslate{margin-left=:-1000px !important}