:root{--ink:#101820;--green:#087f73;--coral:#ff5a4f;--paper:#f5f7f8;--line:rgba(16,24,32,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;transition:.25s}.dark{--line:rgba(255,255,255,.14)}#readingProgress{position:fixed;z-index:100;left:0;top:0;height:3px;background:linear-gradient(90deg,var(--coral),#ffb14e);width:0}.skip-link{position:fixed;left:1rem;top:-5rem;background:#fff;color:#111;padding:.75rem 1rem;z-index:110}.skip-link:focus{top:1rem}.topline{background:linear-gradient(90deg,#087f73,#0a645d)}.site-header{background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(18px)}.dark .site-header{background:rgba(8,16,18,.88)}.logo-mark{display:grid;place-items:center;width:2.75rem;height:2.75rem;background:linear-gradient(145deg,#09a491,#065d55);color:white;font:700 1.7rem Georgia;border-radius:14px 14px 14px 4px;box-shadow:0 8px 20px rgba(8,127,115,.2)}.icon-btn{display:grid;place-items:center;width:2.75rem;height:2.75rem;border:1px solid var(--line);border-radius:50%;font-size:1.2rem}.icon-btn:hover{background:var(--paper);color:var(--ink)}nav a{position:relative}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-.5rem;height:2px;background:var(--coral);transition:.25s}nav a:hover:after{right:0}.nav-feature{margin-left:auto;color:var(--green)}.section-rule{display:flex;align-items:center;justify-content:space-between;border-top:3px solid currentColor;padding-top:.65rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;font-weight:800}.section-rule a,.modern-link{color:var(--green);font-weight:750}.article-meta{display:flex;gap:.3rem;align-items:center;margin-top:1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;opacity:.52}.eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800;color:var(--coral)}.number-story{display:grid;grid-template-columns:3rem 1fr;gap:1rem;padding:1.35rem 0;border-top:1px solid var(--line)}.number-story>span{font:italic 2.2rem Georgia;color:var(--green)}.number-story small{font-size:.7rem;color:var(--coral);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.number-story h3{font:700 1.25rem/1.2 Georgia;margin-top:.3rem}.number-story:hover h3{color:var(--green)}.story-card,.journal-card,.tool-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:0 12px 40px rgba(16,24,32,.06)}.dark .story-card,.dark .journal-card,.dark .tool-card{background:#101c1f}.story-card{transition:.25s}.story-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(16,24,32,.12)}.filter-row{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.5rem}.filter-row a{white-space:nowrap;border:1px solid var(--line);border-radius:999px;padding:.55rem .9rem;font-size:.85rem;font-weight:650}.filter-row a:hover{background:var(--green);border-color:var(--green);color:white}.journal-card{min-height:15rem;padding:1.3rem;display:flex;flex-direction:column}.journal-card:hover{transform:translateY(-4px)}.journal-card>span,.tool-icon{width:3.5rem;height:3.5rem;display:grid;place-items:center;background:var(--ink);border-radius:12px;color:#fff;font-weight:800}.journal-card h3{font:700 1.45rem/1.2 Georgia;margin-top:1.2rem}.journal-card p{opacity:.58;margin-top:.4rem}.journal-card a{margin-top:auto;color:var(--green);font-weight:700}.bookmark{position:absolute;right:1rem;top:1rem;width:2.7rem;height:2.7rem;background:rgba(255,255,255,.94);color:#222;border-radius:50%;font-size:1.35rem;box-shadow:0 4px 18px rgba(0,0,0,.18)}.bookmark.saved{color:var(--coral)}.prose-article{max-width:48rem;margin:3rem auto;padding:0 1rem;font:1.13rem/1.85 Georgia;color:#283139}.dark .prose-article{color:#cbd5d9}.prose-article .lead{font-size:1.35rem}.prose-article h2{font-size:2rem;line-height:1.2;margin:2.5rem 0 1rem}.prose-article blockquote{border-left:5px solid var(--coral);margin:2.5rem 0;padding:1rem 0 1rem 1.5rem;font-size:1.4rem;font-style:italic}.resource-hero{background:linear-gradient(135deg,rgba(8,127,115,.12),rgba(255,90,79,.08))}.tool-card{padding:clamp(1.25rem,3vw,2rem);overflow:visible}.tool-card .tool-icon{margin-bottom:1rem}.tool-card h2{font:700 2rem Georgia;margin:.7rem 0}.tool-card>p{opacity:.62;margin-bottom:1.4rem}.tool-card label{display:flex;flex-direction:column;gap:.4rem;font-size:.8rem;font-weight:700;margin-bottom:.85rem}.tool-card input,.tool-card textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:transparent;padding:.85rem 1rem;font:400 1rem Inter;outline:none}.tool-card input:focus,.tool-card textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(8,127,115,.12)}.primary-btn{background:var(--green);color:#fff;border-radius:10px;padding:.85rem 1.2rem;font-weight:750}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-top:1rem}.result-grid div{background:var(--paper);color:var(--ink);border-radius:12px;padding:1rem;text-align:center}.result-grid strong{display:block;font-size:1.25rem}.result-grid span{font-size:.7rem;text-transform:uppercase}.citation-result{margin-top:1rem;border-left:4px solid var(--coral);padding:1rem;background:var(--paper);color:var(--ink);min-height:3.5rem}.term{padding:1rem;border:1px solid var(--line);border-radius:12px}.term strong{font:700 1.2rem Georgia}.term p{opacity:.62;margin-top:.3rem}@media(max-width:767px){#mainNav.open{display:flex;flex-direction:column;align-items:flex-start;height:auto;padding:1rem 0;gap:1rem}.nav-feature{margin-left:0}.number-story:first-of-type{border-top:0}.result-grid{grid-template-columns:repeat(2,1fr)}}


/* Responsividade multidispositivo */
html{overflow-x:hidden;-webkit-text-size-adjust:100%}body{overflow-x:hidden}
img,svg,video,iframe{max-width:100%;height:auto}
button,a,input,select,textarea{touch-action:manipulation}
.brand-link{display:flex;align-items:center;min-width:0}
.brand-logo{display:block;width:auto;height:3.25rem;max-width:min(19rem,55vw);object-fit:contain}
#mainNav a,.primary-btn{min-height:44px;display:inline-flex;align-items:center}
#searchPanel input{min-width:0}
.prose-article,.article-markdown{overflow-wrap:anywhere;word-break:normal}
.prose-article pre,.article-markdown pre{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.prose-article iframe,.article-markdown iframe{width:100%;aspect-ratio:16/9}
.prose-article figure,.article-markdown figure{max-width:100%;margin-left:0;margin-right:0}
.reading-tools{position:relative;display:flex;justify-content:center;margin-top:1rem}
.reading-tools .bookmark{position:static}
.share-panel,.social-share{max-width:100%}
.social-share{display:flex;flex-wrap:wrap;gap:.65rem}
.social-share a,.social-share button{min-height:44px}
.empty-state{padding:clamp(2rem,8vw,5rem) 1rem;text-align:center}
@media(max-width:1023px){
  .site-header .max-w-7xl{max-width:100%}
  .journal-card{min-height:13rem}
}
@media(max-width:767px){
  .topline{font-size:.75rem}
  .site-header>div>div:first-child{height:4.25rem}
  .brand-logo{height:2.75rem;max-width:48vw}
  .icon-btn{width:2.75rem;height:2.75rem;flex:0 0 auto}
  #mainNav.open{display:flex;max-height:calc(100dvh - 7.25rem);overflow-y:auto;overscroll-behavior:contain;padding:1rem 0 1.25rem}
  #mainNav a{width:100%;padding:.65rem .25rem;border-bottom:1px solid var(--line)}
  #mainNav a:after{display:none}
  #searchPanel .flex{flex-direction:column;gap:.65rem}
  #searchPanel button{min-height:44px;padding:.75rem 1rem}
  .section-rule{gap:1rem;align-items:flex-start;letter-spacing:.12em}
  .section-rule a{white-space:nowrap}
  .article-meta{flex-wrap:wrap;line-height:1.55;letter-spacing:.04em}
  .prose-article{margin:2rem auto;padding:0 1.1rem;font-size:1.05rem;line-height:1.75}
  .prose-article .lead{font-size:1.2rem}
  .prose-article h2{font-size:clamp(1.55rem,7vw,1.9rem)}
  .prose-article blockquote{margin:1.75rem 0;padding-left:1rem;font-size:1.15rem}
  .story-card:hover,.journal-card:hover{transform:none}
  .filter-row{scrollbar-width:thin;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
  .filter-row a{scroll-snap-align:start;min-height:42px}
  .tool-card h2{font-size:clamp(1.55rem,8vw,2rem)}
  .result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:639px){
  h1{overflow-wrap:anywhere}
  .number-story{grid-template-columns:2.4rem minmax(0,1fr);gap:.75rem}
  .number-story>span{font-size:1.8rem}
  .journal-card{min-height:auto}
  .social-share{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .social-share a,.social-share button{justify-content:center;min-width:0}
  .share-panel{padding:1.1rem}
  footer .footer-brand img{max-width:12rem}
}
@media(max-width:374px){
  .brand-logo{max-width:42vw}
  .icon-btn{width:2.5rem;height:2.5rem}
  .result-grid,.social-share{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* Garante que a estrutura pública ocupa toda a largura real do dispositivo */
html,body{width:100%;max-width:100%;margin:0}
body{display:block}
body>.topline,body>.site-header,body>main,body>footer{width:100%;max-width:100%;min-width:0}
main,.article-page,.article-header,.article-cover,.prose-article{min-width:0}
@supports(width:100dvw){
  @media(max-width:767px){
    body>.topline,body>.site-header,body>main,body>footer{width:100dvw}
  }
}


/* Perfis dos autores */
.author-profile{display:grid;grid-template-columns:128px minmax(0,1fr);align-items:center;gap:28px;padding:28px;border:1px solid rgba(16,24,32,.12);border-radius:22px;background:#fff}
.author-profile-photo{width:128px;height:128px;border-radius:50%;object-fit:cover;border:4px solid #e5f3f1;background:#e5f3f1}
.author-monogram{display:grid;place-items:center;color:#087f73;font:700 2rem Georgia,serif}
.author-profile h2{margin:.35rem 0;font:700 clamp(1.7rem,3vw,2.4rem) Georgia,serif}
.author-profile p{max-width:760px;color:#536064;line-height:1.75}
.article-author-line{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:22px;font-size:.92rem;font-weight:700}
.article-author-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid #d9ebe8;background:#e5f3f1}
.article-author-fallback{display:grid;place-items:center;color:#087f73;font-size:.72rem}
.dark .author-profile{border-color:rgba(255,255,255,.14);background:#0b1719}
.dark .author-profile p{color:#aebabc}
@media(max-width:640px){.author-profile{grid-template-columns:1fr;text-align:center}.author-profile-photo{width:112px;height:112px;margin:auto}.author-profile p{margin-inline:auto}}


/* Desempenho de renderização em dispositivos móveis */
main>section:nth-of-type(n+2),footer{content-visibility:auto;contain-intrinsic-size:auto 720px}
.story-card img,.article-cover img{background:#e7eceb}
@media(max-width:767px){
  .story-card,.journal-card{contain:layout paint style}
  .group-hover\:scale-105{transform:none!important}
  .site-header{backdrop-filter:none;background:rgba(255,255,255,.97)}
  .dark .site-header{background:rgba(8,16,18,.97)}
}


/* Redes sociais no rodapé */
.footer-social{margin-top:1.35rem}
.footer-social>p{margin-bottom:.65rem;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.social-links{display:flex;flex-wrap:wrap;gap:.55rem}
.social-links a{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.24);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.social-links a:hover,.social-links a:focus-visible{transform:translateY(-2px);border-color:#2ac9b7;background:#087f73;outline:none}
.social-links svg{width:20px;height:20px;fill:currentColor}
.social-links svg rect,.social-links svg circle{fill:none;stroke:currentColor;stroke-width:2}
.social-links svg .social-dot{fill:currentColor;stroke:none}
.social-links svg .social-play{fill:#101820}
@media(max-width:639px){.footer-social{margin-top:1.1rem}.social-links a{width:44px;height:44px}}
@media(prefers-reduced-motion:reduce){.social-links a{transition:none}.social-links a:hover{transform:none}}


/* Consentimento de cookies */
.footer-cookie-link{padding:0;color:inherit;background:none;border:0;text-align:left;cursor:pointer}
.footer-cookie-link:hover,.footer-cookie-link:focus-visible{color:#fff;text-decoration:underline}
.cookie-consent[hidden],.cookie-preferences[hidden],.cookie-actions button[hidden]{display:none!important}
.cookie-consent{position:fixed;z-index:120;inset:auto 1rem 1rem 1rem;display:flex;justify-content:center;pointer-events:none}
.cookie-consent-inner{width:min(100%,72rem);padding:1.15rem;border:1px solid rgba(255,255,255,.15);border-radius:18px;background:#0c181a;color:#fff;box-shadow:0 18px 60px rgba(0,0,0,.32);pointer-events:auto}
.cookie-copy{display:flex;gap:.9rem;align-items:flex-start}
.cookie-icon{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#087f73;font-size:1.4rem}
.cookie-copy h2{margin:0;font:700 1.25rem/1.25 Georgia,serif}
.cookie-copy p{max-width:56rem;margin:.4rem 0 0;color:#c3d0d1;font-size:.9rem;line-height:1.55}
.cookie-copy a{color:#67dfd0;text-decoration:underline;text-underline-offset:3px}
.cookie-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.55rem;margin-top:1rem}
.cookie-actions button{min-height:44px;padding:.7rem 1rem;border-radius:9px;font-weight:750;cursor:pointer}
.cookie-primary{border:1px solid #087f73;background:#087f73;color:#fff}
.cookie-secondary{border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff}
.cookie-actions button:hover,.cookie-actions button:focus-visible{outline:2px solid #67dfd0;outline-offset:2px}
.cookie-preferences{display:grid;gap:.6rem;margin-top:1rem;padding:.8rem;border-radius:12px;background:rgba(255,255,255,.07)}
.cookie-preferences label{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.cookie-preferences label span{display:grid}
.cookie-preferences small{margin-top:.15rem;color:#b9c7c8;font-size:.78rem}
.cookie-preferences input{width:20px;height:20px;accent-color:#13a996}
@media(max-width:640px){
  .cookie-consent{inset:auto .55rem .55rem .55rem}
  .cookie-consent-inner{max-height:calc(100dvh - 1.1rem);overflow-y:auto;padding:1rem;border-radius:14px}
  .cookie-icon{display:none}
  .cookie-actions{display:grid;grid-template-columns:1fr}
  .cookie-actions button{width:100%}
}

/* Melhorias de renderização e paginação */
.story-card,.section-rule~.grid,footer section{content-visibility:auto;contain-intrinsic-size:1px 520px}
.article-pagination{display:flex;align-items:center;justify-content:center;gap:clamp(.6rem,3vw,1.5rem);margin:2.5rem auto 0;flex-wrap:wrap}
.article-pagination a,.article-pagination span{min-height:44px;display:inline-flex;align-items:center;padding:.65rem 1rem;border:1px solid rgba(8,127,115,.25);border-radius:999px}
.article-pagination a{color:#087f73;font-weight:700;background:#fff}
.article-pagination a:hover{background:#087f73;color:#fff}
.article-pagination span[aria-disabled="true"]{opacity:.45}
@media(max-width:640px){.story-card{contain-intrinsic-size:1px 460px}.article-pagination{justify-content:space-between}.article-pagination>span:not([aria-disabled]){order:-1;width:100%;justify-content:center;border:0;padding:0}}
@media(min-width:768px){#menuToggle{display:none!important}}
