
/* ==========================================================================
   ARQUIVO: css/componentes/conteudo.css - CONSOLE EDITORIAL MESTRE v0.4.7
   PARTE 1 DE 4: INFRAESTRUTURA TIPOGRÁFICA DO CONSOLE & METADADOS
   ========================================================================== */

   .seo-main-title {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.75rem, 4.5vw, 2.5rem);
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    transition: color 0.4s ease;
  }
  
  .seo-sub-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    color: var(--text-muted);
    margin-bottom: 2rem;
    line-height: 1.3;
  }
  
  .neon-text {
    font-family: 'Orbitron', sans-serif;
    font-style: normal;
    color: var(--neon-cyan);
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.4);
  }
  
  .artigo-categoria {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--neon-blue);
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
  }
  
  .artigo-meta {
    font-family: 'Plus Jakarta', sans-serif;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  
  
  
  /* ==========================================================================
     ARQUIVO: css/componentes/conteudo.css - CONSOLE EDITORIAL MESTRE v0.4.7
     PARTE 2 DE 4: REGRAS EDITORIAIS, LINKS & VISORES REBAIXADOS DE HARDWARE
     ========================================================================== */
  
  #content-area p {
    font-family: 'Plus Jakarta', sans-serif;
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--text-primary);
    margin-bottom: 22px;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
    hyphens: auto;
    transition: color 0.4s ease, font-size 0.4s ease, line-height 0.4s ease;
  }
  
  .paragraph-lead {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
  }
  
  #content-area h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.5rem;
    margin-top: 35px;
    margin-bottom: 18px;
    color: #ffffff;
    border-left: 3px solid var(--neon-cyan);
    padding-left: 10px;
  }
  
  .inline-highlight {
    font-family: 'Orbitron', sans-serif;
    font-size: 12px;
    background: #222222;
    color: var(--neon-cyan);
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #333333;
  }
  
  .inline-link {
    color: var(--neon-cyan);
    text-decoration: none;
    border-bottom: 1px dashed var(--neon-dim);
    transition: all 0.2s ease-in-out;
  }
  
  .inline-link:hover, .inline-link:focus {
    color: #ffffff;
    border-bottom-color: var(--neon-cyan);
    text-shadow: 0 0 6px var(--neon-cyan);
  }
  
  .info-block-rack {
    background: #0d0d0d;
    border: 1px solid #222222;
    border-radius: 6px;
    padding: 15px;
    margin: 24px 0;
    box-shadow: inset 2px 2px 6px rgba(0,0,0,0.9), 1px 1px 1px rgba(255,255,255,0.02);
  }
  
  .block-display-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 6px;
  }
  
  .led-indicator-green {
    width: 6px;
    height: 6px;
    background: #00ff66;
    border-radius: 50%;
    box-shadow: 0 0 6px #00ff66;
  }
  
  .info-block-rack h5 {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    color: #555555;
    margin: 0;
    letter-spacing: 1px;
  }
  
  .info-block-rack p {
    font-size: 13.5px;
    color: #aaaaaa !important;
    margin: 0 !important;
    line-height: 1.5;
  }
  
  
  
  
  /* ==========================================================================
     ARQUIVO: css/componentes/conteudo.css - CONSOLE EDITORIAL MESTRE v0.4.7
     PARTE 3 DE 4: CITAÇÕES, RACKS DE DOWNLOADS, FOTOS & ACCORDIONS NATIVOS
     ========================================================================== */
  
  .editorial-quote {
    margin: 30px 0;
    padding: 15px 25px;
    border-left: 4px solid var(--neon-blue);
    background-color: #161b22;
    font-style: italic;
  }
  
  .editorial-quote p {
    font-family: 'Exo 2', sans-serif;
    font-style: italic;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 6px !important;
  }
  
  .editorial-quote cite {
    font-family: 'Orbitron', sans-serif;
    font-size: 10px;
    color: var(--text-muted);
    font-style: normal;
    letter-spacing: 0.5px;
  }
  
  .download-rack { border-color: #222222; }
  .download-instruction { margin-bottom: 15px !important; font-size: 13px !important; color: var(--text-muted) !important; }
  .download-links-container { display: flex; flex-direction: column; gap: 10px; }
  .btn-download-rack { display: flex; align-items: center; gap: 12px; background: #121212; border: 1px solid #222222; padding: 10px 15px; border-radius: 4px; text-decoration: none; transition: all 0.2s ease-in-out; box-shadow: inset 1px 1px 2px rgba(0,0,0,0.5); }
  .file-icon { font-size: 20px; filter: drop-shadow(0 0 2px rgba(255,255,255,0.1)); }
  .file-details { display: flex; flex-direction: column; line-height: 1.3; }
  .file-name { font-family: monospace; font-size: 13px; color: var(--text-primary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .file-size { font-family: 'Orbitron', sans-serif; font-size: 9px; color: var(--text-muted); letter-spacing: 0.5px; }
  .btn-download-rack:hover, .btn-download-rack:focus { border-color: var(--neon-cyan); background: #141919; box-shadow: 0 0 10px rgba(0, 255, 255, 0.1); }
  .btn-download-rack:hover .file-name { color: var(--neon-cyan); text-shadow: 0 0 4px rgba(0, 255, 255, 0.4); }
  .btn-download-rack:hover .file-size { color: rgba(0, 255, 255, 0.6); }
  
  .btn-back {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0.6rem 1.2rem !important;
    margin-bottom: 2rem !important;
    margin-top: 1rem !important;
    background: linear-gradient(180deg, #222222 0%, #181818 100%) !important;
    border: 1px solid #333333 !important;
    border-radius: 4px !important;
    font-family: 'Orbitron', sans-serif !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: var(--text-muted) !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5), inset 1px 1px 0px rgba(255, 255, 255, 0.02) !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
  }
  
  .btn-back:hover {
    background: #282828 !important;
    border-color: var(--neon-cyan) !important;
    color: var(--neon-cyan) !important;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2) !important;
  }
  
  .btn-back:active {
    transform: translateY(1px) !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8) !important;
  }
  
  .artigo-imagem, .artigo-imagem-pequena {
    margin: 32px 0;
    padding: 0;
    background-color: #0d0d0d;
    border: 1px solid #222222;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .artigo-imagem img, .artigo-imagem-pequena img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.85;
    transition: opacity 0.3s ease;
  }
  
  .artigo-imagem img:hover, .artigo-imagem-pequena img:hover {
    opacity: 1;
  }
  
  .artigo-imagem-pequena {
    max-width: 500px;
    margin: 32px auto;
  }
  
  figcaption {
    padding: 12px 16px;
    font-family: 'Exo 2', sans-serif;
    font-size: 13px;
    color: var(--text-muted);
    line-height: 1.4;
    border-top: 1px solid #1a1a1a;
    background-color: #111111;
  }
  
  .credito-foto {
    display: block;
    margin-top: 4px;
    font-family: 'Orbitron', sans-serif;
    font-size: 9px;
    color: #555555;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }
  
  .blog-accordion-rack { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }
  .audio-channel-rack { background: #181818; border: 1px solid #282828; border-radius: 6px; overflow: hidden; }
  .channel-header { display: flex; align-items: center; padding: 14px 18px; cursor: pointer; user-select: none; background: linear-gradient(180deg, #1e1e1e 0%, #151515 100%); position: relative; list-style: none; }
  .channel-header::-webkit-details-marker { display: none; }
  .channel-header::after { content: "➔"; position: absolute; right: 18px; font-size: 10px; color: var(--text-muted); transition: transform 0.25s ease; transform: rotate(0deg); }
  .audio-channel-rack[open] .channel-header::after { transform: rotate(90deg); color: var(--neon-cyan); }
  .audio-channel-rack[open] { border-color: #383838; }
  .channel-content-panel { padding: 16px; background: #111111; border-top: 1px solid #222222; animation: slideDown 0.2s ease-out; }
  .channel-title { font-family: 'Orbitron', sans-serif; font-size: 12px; letter-spacing: 1px; color: var(--text-primary); }
  .article-links-list { list-style: none; padding: 0; margin: 0; }
  .article-links-list li { display: flex; align-items: center; gap: 15px; padding: 10px 0; border-bottom: 1px dashed #222222; }
  .article-links-list li:last-child { border-bottom: none; }
  .article-date { font-family: monospace; font-size: 11px; color: var(--text-muted); min-width: 75px; }
  .article-links-list a { color: var(--text-primary); text-decoration: none; font-size: 13.5px; transition: color 0.15s; }
  .article-links-list a:hover { color: var(--neon-cyan); }
  
  @keyframes slideDown {
    from { opacity: 0; transform: translateY(-4px); }
    to { opacity: 1; transform: translateY(0); }
  }
  
  .channel-led {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    flex-shrink: 0;
    transition: filter 0.2s ease-in-out, background-color 0.2s;
  }
  
  .channel-led.cyan, .audio-channel-rack:nth-of-type(1) .channel-led {
    background-color: var(--neon-cyan);
    box-shadow: 0 0 6px var(--neon-cyan);
  }
  
  .channel-led.magenta, .audio-channel-rack:nth-of-type(2) .channel-led, .audio-channel-rack:nth-of-type(3) .channel-led {
    background-color: #ff00ff;
    box-shadow: 0 0 6px #ff00ff;
  }
  
  .audio-channel-rack[open] .channel-led {
    filter: brightness(1.3) drop-shadow(0 0 4px currentColor);
  }
  
  
  
  
  
  
  
  /* ==========================================================================
     ARQUIVO: css/componentes/conteudo.css - CONSOLE EDITORIAL MESTRE v0.4.7
     PARTE 4 DE 4: QUERIES DE CALIBRAÇÃO DO MODO LEITURA, VITRINES & ZOOM NEON
     ========================================================================== */
  
  /* 📱 FASE 1: CELULARES / TOUCH PORTRAIT (Menu expandido em 2 linhas) */
  @media screen and (max-width: 767px) {
    #reading-toggle-trigger, .btn-reading-toggle {
      position: fixed;
      top: calc(52px + 45px + 58px); 
      right: 1rem;
      background: linear-gradient(180deg, #2b2b2b 0%, #1c1c1c 100%);
      border: 1px solid #444;
      border-radius: 4px; 
      padding: 6px 12px;
      color: var(--text-muted);
      font-family: 'Orbitron', sans-serif;
      font-size: 0.68rem;
      font-weight: bold;
      letter-spacing: 1px;
      cursor: pointer;
      z-index: 1050;
      box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 1px 1px 0px rgba(255,255,255,0.05);
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
      display: flex;
      align-items: center;
      gap: 6px;
    }
  }
  
  /* 📟 FASE 2: TABLETS / TELAS MÉDIAS (De 768px até 1023px) */
  @media screen and (min-width: 768px) and (max-width: 1023px) {
    #reading-toggle-trigger, .btn-reading-toggle {
      position: fixed;
      top: calc(54px + 36px + 35px); 
      right: 1.5rem;
      background: linear-gradient(180deg, #2b2b2b 0%, #1c1c1c 100%);
      border: 1px solid #444;
      border-radius: 4px; 
      padding: 6px 12px;
      color: var(--text-muted);
      font-family: 'Orbitron', sans-serif;
      font-size: 0.68rem;
      font-weight: bold;
      letter-spacing: 1px;
      cursor: pointer;
      z-index: 1050;
      box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 1px 1px 0px rgba(255,255,255,0.05);
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
      display: flex;
      align-items: center;
      gap: 6px;
    }
  }
  
  /* 💻 FASE 3: MONITORES / DESKTOP MATRIZ (A partir de 1024px - Linha Única) */
  @media screen and (min-width: 1024px) {
    #reading-toggle-trigger, .btn-reading-toggle {
      position: fixed;
      top: calc(58px + 12px); 
      right: 1.5rem;
      background: linear-gradient(180deg, #2b2b2b 0%, #1c1c1c 100%);
      border: 1px solid #444;
      border-radius: 4px; 
      padding: 6px 12px;
      color: var(--text-muted);
      font-family: 'Orbitron', sans-serif;
      font-size: 0.68rem;
      font-weight: bold;
      letter-spacing: 1px;
      cursor: pointer;
      z-index: 1050;
      box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 1px 1px 0px rgba(255,255,255,0.05);
      transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
      display: flex;
      align-items: center;
      gap: 6px;
    }
  }
  
  /* ==========================================================================
     O DISPARO DO MODO LEITURA (ESTADO ATIVO SÉPIA UNIFICADO)
     ========================================================================== */
  body.reading-mode-active #reading-toggle-trigger,
  body.reading-mode-active .btn-reading-toggle {
    top: 1rem !important; 
    border-color: var(--neon-blue) !important;
    color: var(--neon-blue) !important;
  }
  
  body.reading-mode-active {
    background-color: #131312 !important; 
  }
  
  body.reading-mode-active .console-master-header {
    transform: translateY(-100%);
    opacity: 0;
  }
  
  body.reading-mode-active .floating-player {
    transform: translateY(150%);
    opacity: 0;
  }
  
  body.reading-mode-active #content-area {
    padding-bottom: 30px !important;
  }
  
  body.reading-mode-active .console-card {
    background-color: #252423 !important; 
    border-color: #363333 !important;
    box-shadow: 0 10px 30px rgba(71, 70, 70, 0.4) !important;
    max-width: 1080px;
  }
  
  body.reading-mode-active #content-area p {
    color: #e3ded5 !important; 
    font-size: 1.15rem !important; 
    line-height: 1.85 !important; 
    letter-spacing: 0.015em !important;
  }
  
  body.reading-mode-active .seo-main-title {
    color: #fffdf9 !important;
    text-shadow: none !important;
  }
  
  /* ➔ CARDS DE PRODUTOS PARA VENDAS */
  .rack-produtos { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; padding: 20px; }
  .card-produto { background-color: var(--bg-grafite-dark, #1a1a1a); border: 1px solid #333; border-radius: 4px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; transition: border-color 0.3s ease; }
  .card-produto:hover { border-color: var(--neon-cyan, #00ffff); box-shadow: 0 0 10px rgba(0, 255, 255, 0.2); }
  .visor-digital h3 { font-family: 'Orbitron', sans-serif; color: #fff; margin-top: 5px; }
  .btn-comprar, .btn-baixar { display: block; text-align: center; background-color: transparent; color: var(--neon-cyan, #00ffff); border: 1px solid var(--neon-cyan, #00ffff); padding: 10px; text-transform: uppercase; font-family: 'Orbitron', sans-serif; text-decoration: none; font-size: 0.85rem; transition: all 0.3s ease; }
  .btn-comprar:hover, .btn-baixar:hover { background-color: var(--neon-cyan, #00ffff); color: #000; cursor: pointer; }
  
  /* ➔ MIXER INTERNO DE TRACKS (STUDIO RACK AUDIO) */
  .studio-rack { background: var(--bg-grafite-dark, #141414); border-radius: 8px; padding: 10px; box-shadow: inset 3px 3px 10px rgba(0,0,0,0.8), 0 4px 10px rgba(0,0,0,0.3); border: 1px solid #1f2936; max-width: 100%; }
  .rack-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 15px; margin-bottom: 6px; background: var(--chumbo-base, #1b1f27); border-radius: 6px; box-shadow: 3px 3px 6px rgba(0,0,0,0.5); transition: all 0.2s ease; }
  .rack-row:last-child { margin-bottom: 0; }
  .track-num { font-family: monospace; font-weight: bold; color: var(--orange, #ff5500); text-shadow: 0 0 5px var(--orange, #ff5500); font-size: 0.9rem; width: 30px; }
  .track-info { flex-grow: 1; padding: 0 15px; display: flex; flex-direction: column; }
  .track-title { font-size: 0.95rem; font-weight: bold; color: #ffffff; letter-spacing: 0.5px; }
  .track-meta { font-size: 0.75rem; color: #8fa0b3; margin-top: 2px; }
  .track-actions { display: flex; gap: 12px; }
  .compact-btn { padding: 6px 12px !important; font-size: 0.75rem !important; letter-spacing: 0.5px; border-radius: 4px !important; text-decoration: none; text-align: center; display: inline-block; }
  
  @media (max-width: 480px) {
    .rack-row { flex-direction: column; align-items: flex-start; gap: 10px; padding: 12px; }
    .track-actions { width: 100%; justify-content: flex-end; }
  }
  
  /* ==========================================================================
     SISTEMA DE ZOOM ATUALIZADO V0.4.7
     ========================================================================== */
  .photo-wrapper {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
  }
  
  .photo-wrapper.zoomed {
    transform: scale(1.08); 
    border-color: var(--neon-cyan) !important;
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.4), 0 10px 30px rgba(0, 0, 0, 0.8) !important;
    z-index: 1040; 
  }
  
  .photo-wrapper.zoomed img {
    opacity: 1 !important; 
  }
  
  
  