:root{
  --blue:#336699;
  --blue-soft:#668cb2;
  --page:#ccd9e6;
  --ink:#151515;
  --muted:#68727c;
  --rule:#d5dee7;
  --paper:#ffffff;
  --soft:#f6f9fb;
  --link:#2f648f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0 0 32px;
  background:var(--page);
  color:var(--ink);
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:15px;
  text-align:center;
  -webkit-font-smoothing:antialiased;
}
a{color:var(--link);text-decoration:none}
a:hover{text-decoration:underline}
img{max-width:100%;height:auto}

/* A mesma arquitetura do blog: cabeçalho + três colunas. */
#container{
  width:960px;
  max-width:calc(100% - 28px);
  margin:0 auto;
  background:var(--paper);
  border:1px solid var(--blue);
  text-align:left;
  box-shadow:0 3px 14px rgba(30,54,76,.08);
}
#banner h1{
  margin:0;
  padding:17px 22px 21px;
  background:var(--blue);
  font-size:28px;
  line-height:1.05;
  letter-spacing:-.02em;
}
#banner h1 a{color:#fff;text-decoration:none;font-weight:bold}
#banner h2{
  margin:0;
  padding:8px 22px 9px;
  color:#fff;
  background:var(--blue-soft);
  border-top:1px solid rgba(255,255,255,.65);
  border-bottom:1px solid var(--blue);
  font-size:12px;
  font-weight:normal;
  line-height:1.35;
}
.navtop{
  display:flex;
  flex-wrap:wrap;
  gap:0;
  padding:8px 18px;
  background:#f9fbfc;
  border-bottom:1px solid #dbe3ea;
  font-size:11.5px;
}
.navtop a{margin-right:17px;color:#355e82}

.layout{
  display:grid;
  grid-template-columns:174px minmax(0,1fr) 174px;
  gap:22px;
  align-items:start;
  padding:18px 18px 0;
}
.center{min-width:0;border:0}
.content{
  padding:10px 2px 26px;
  font-size:14.5px;
  line-height:1.75;
  overflow-wrap:anywhere;
}

/* Volta ao espírito do CSS original: laterais leves, sem cartões pesados. */
.sidebar{padding:0;font-size:12px;line-height:1.55}
.sidebar .box{
  margin:0 0 22px;
  padding:0;
  border:0;
  background:transparent;
}
.sidebar .box h2{
  margin:0 0 9px;
  padding:0 0 5px;
  color:#111;
  background:transparent;
  border:0;
  border-bottom:1px solid #303030;
  font-size:12px;
  font-weight:bold;
  line-height:1.35;
}
.sidebar .boxcontent{padding:0;font-size:11.5px;line-height:1.58}
.sidebar ul{list-style:none;margin:0;padding:0}
.sidebar li{padding:3px 0;border:0}
.sidebar a{color:#1c1c1c}
.sidebar a:hover{color:var(--blue)}
.photo{text-align:center;margin-bottom:23px!important}
.photo img{
  width:130px;
  max-height:125px;
  object-fit:cover;
  padding:2px;
  background:#fff;
  border:1px solid #444;
}
.small{font-size:10px;color:#707780}
.archive-year{font-weight:bold;margin-top:7px;color:#30353a}
.archive-month{padding-left:8px}

/* Conteúdo principal: mais ar sem mudar a linguagem gráfica. */
.content .date{
  margin:0 0 8px;
  padding:0 0 5px;
  border-bottom:1px solid #222;
  color:#424a52;
  font-size:12px;
  font-weight:bold;
  line-height:1.4;
}
.content h3.post-title{
  margin:0;
  padding:10px 0 14px;
  color:#111;
  font-size:20px;
  line-height:1.3;
  font-weight:bold;
}
.content h3.post-title a{color:#111;text-decoration:none}
.post-context{
  margin:-8px 0 20px;
  color:var(--muted);
  font-size:10.5px;
  line-height:1.45;
}
.post-body{
  font-size:14.5px;
  line-height:1.8;
}
.post-body p{margin:.55em 0}
.post-body h1,.post-body h2,.post-body h3,.post-body h4{line-height:1.3}
.post-body table{max-width:100%;display:block;overflow:auto}
.post-body pre{white-space:pre-wrap}
.post-body img{margin-top:6px;margin-bottom:10px}
.posted{
  margin:25px 0 13px;
  padding:9px 0 0;
  border-top:1px dotted #b8c0c7;
  color:#666f77;
  font-size:10.5px;
}
.posted a{color:#496f94}
.legacy-note{padding:8px 10px;margin:10px 0;background:#f5f6f7;border-left:3px solid #999;color:#555;font-size:10px}
.legacy-media-link:after{content:' [mídia antiga]';font-size:9px;color:#777}

/* O poema é o teste de fogo: respiro, não redesign. */
.poem-post .post-body{
  max-width:37em;
  margin:0 auto;
  font-size:16.5px;
  line-height:1.82;
}
.poem-post .post-body > div[style*="text-align: center"]{margin:3px auto 20px}
.poem-post .post-body img{
  display:block;
  max-width:min(100%,360px);
  margin:0 auto;
}
.poem-post .post-body br{line-height:1.55}
.poem-post .posted{max-width:52em;margin-left:auto;margin-right:auto}

.home-intro{
  margin:0 0 24px;
  padding:13px 14px;
  background:var(--soft);
  border:1px solid #dbe5ee;
  font-size:12.5px;
  line-height:1.6;
}
.post-card{
  margin:0 0 21px;
  padding:0 0 19px;
  border-bottom:1px solid var(--rule);
}
.post-card:last-child{border-bottom:0}
.post-card h3{margin:4px 0 7px;font-size:16.5px;line-height:1.38}
.post-card h3 a{color:#151515}
.post-card p{margin:6px 0 8px;font-size:13.5px;line-height:1.7}
.post-card .meta{color:#707982;font-size:10.5px}
.tag{
  display:inline-block;
  margin:2px 3px 2px 0;
  padding:1px 5px;
  border:1px solid #d3dce4;
  border-radius:2px;
  background:#fafbfd;
  color:#596875;
  font-size:8.5px;
  text-decoration:none;
}
.footer{
  margin-top:4px;
  padding:14px 18px;
  border-top:1px solid #e0e6eb;
  background:#fafbfc;
  color:#6b747d;
  font-size:9px;
  text-align:center;
}
.link-group-title{margin:.8em 0 .3em;color:#4e5963;font-size:10.5px;font-weight:bold}
ul.curated-links{margin:0 0 .5em;padding:0}
ul.curated-links li{margin:.15em 0}
.curated-note{margin-top:.65em;line-height:1.45}

/* Curadoria lateral como no blog original: bloco centralizado. */
.curated-box,.curated-box .boxcontent,.curated-box h2{text-align:center}
.curated-box ul.curated-links li{text-align:center}

/* Regra editorial proposta para poesia: o texto ocupa o centro perceptivo da página. */
.poem-post .content .date,
.poem-post .content h3.post-title,
.poem-post .post-context,
.poem-post .post-body{text-align:center}

.media-note{font-size:.86em;color:#666;font-style:italic}

@media(max-width:820px){
  #container{width:100%;max-width:100%;border-left:0;border-right:0}
  .layout{grid-template-columns:1fr;padding:15px 16px 0;gap:0}
  .center{grid-row:1}
  .leftbar{grid-row:2;display:grid;grid-template-columns:140px 1fr;gap:18px;margin-top:18px}
  .rightbar{grid-row:3;display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:2px}
  .content{font-size:15px}
  .post-body{font-size:15px}
  .poem-post .post-body{font-size:16px}
  .content h3.post-title{font-size:20px}
}
@media(max-width:540px){
  body{margin-bottom:0}
  #banner h1{padding:15px 16px 18px;font-size:24px}
  #banner h2{padding:7px 16px 8px}
  .navtop{padding:8px 14px}
  .layout{padding:14px 13px 0}
  .leftbar,.rightbar{display:block}
  .sidebar .box{margin-bottom:19px}
  .content{padding-top:6px}
  .post-body{font-size:14.5px;line-height:1.75}
  .poem-post .post-body{font-size:15.5px;line-height:1.8}
  .poem-post .post-body{max-width:none}
}


/* Regra editorial definitiva — núcleo poético
   PoesiasEletivas + Poemas da Cabra + PoetasAfins */
.poem-post .post-body{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:16.5px;
  line-height:1.82;
  text-align:center;
  font-weight:400;
}
/* Neutraliza tipografia e alinhamentos importados do HTML de 2006–2007. */
.poem-post .post-body font{
  font-family:inherit!important;
  font-size:inherit!important;
}
.poem-post .post-body [align],
.poem-post .post-body [style*="text-align"]{
  text-align:center!important;
}
.poem-post .post-body [style*="text-indent"]{
  text-indent:0!important;
}
.poem-post .post-body p,
.poem-post .post-body div{
  text-indent:0!important;
}
/* Imagens pertencem ao mesmo eixo visual do poema. */
.poem-post .post-body img{
  float:none!important;
  display:block;
  max-width:min(100%,360px);
  height:auto;
  margin:1em auto!important;
}
.poem-post .post-body table{
  margin-left:auto;
  margin-right:auto;
}
/* O único post da categoria chegou do BlogSpirit todo em negrito.
   Mantemos itálicos e demais distinções, mas retiramos o negrito global herdado. */
.poem-poemas-da-cabra .post-body b,
.poem-poemas-da-cabra .post-body strong{
  font-weight:400!important;
}
/* Nas páginas de categoria, cada poema também obedece ao mesmo padrão. */
.poetry-index .post-body{
  max-width:37em;
  margin-left:auto;
  margin-right:auto;
}
.poetry-index .content .date,
.poetry-index .content h3.post-title{
  text-align:center;
}

/* Ajustes responsivos mantidos após a regra poética. */
@media(max-width:820px){
  .poem-post .post-body{font-size:16px;}
}
@media(max-width:540px){
  .poem-post .post-body{font-size:15.5px;line-height:1.8;max-width:none;}
}


/* Regra editorial definitiva — núcleo prosaico
   Conto, Crônica, BlogsFeras, Humor, Música, Projeto e Tese.
   Título e data centralizados; corpo em Verdana/Arial/Helvetica, 15,5 px e justificado.
   A primeira imagem editorialmente relevante funciona como imagem de abertura;
   imagens posteriores permanecem no contexto, sempre centralizadas. */
.prose-post .content .date,
.prose-post .content h3.post-title,
.prose-post .post-context{
  text-align:center;
}
.prose-post .post-body{
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:15.5px;
  line-height:1.82;
  text-align:justify;
  text-justify:inter-word;
  hyphens:auto;
  font-weight:400;
}
.prose-post .post-body p,
.prose-post .post-body div[align="justify"]{
  text-align:justify!important;
  text-justify:inter-word;
}
/* Neutraliza alinhamentos e fontes herdados do HTML antigo sem alterar o texto. */
.prose-post .post-body font{
  font-family:inherit!important;
  font-size:inherit!important;
}
.prose-post .post-body [style*="font-family"]{
  font-family:inherit!important;
}
.prose-post .post-body img{
  float:none!important;
  display:block;
  max-width:min(100%,420px);
  height:auto;
  margin:0 auto!important;
}
.prose-post .prose-lead-image{
  margin:.3em auto 1.65em!important;
  text-align:center!important;
  clear:both;
}
.prose-post .prose-lead-image a{
  display:inline-block;
}
.prose-post .prose-lead-image img{
  margin:0 auto!important;
}
.prose-post .posted{
  margin-top:30px;
}
.prose-index .post-body{
  margin-bottom:.2em;
}

/* Exceções funcionais da prosa: mídia incorporada permanece no ponto editorial original. */
.prose-post .post-body object,
.prose-post .post-body embed,
.prose-post .post-body iframe,
.prose-post .post-body audio,
.prose-post .post-body video{
  max-width:100%;
  margin:1em auto;
}
.prose-musica .post-body object,
.prose-musica .post-body embed,
.prose-musica .post-body audio{
  display:block;
}

@media(max-width:820px){
  .prose-post .post-body{font-size:15px;}
}
@media(max-width:540px){
  .prose-post .post-body{font-size:14.5px;line-height:1.8;text-align:left;hyphens:auto;}
  .prose-post .post-body p,
  .prose-post .post-body div[align="justify"]{text-align:left!important;}
}


/* Fase de acabamento editorial — agosto de 2026 */
.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:12px;top:10px;width:auto;height:auto;padding:8px 10px;background:#fff;border:2px solid var(--blue);z-index:1000;color:#111}
a:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.navtop a[aria-current="page"]{font-weight:bold;color:#111}
.page-title{margin:0 0 8px;padding:0 0 7px;border-bottom:1px solid #222;font-size:20px;line-height:1.35;color:#111;text-align:left}
.page-deck{margin:0 0 24px;color:#58636d;font-size:12.5px;line-height:1.65}
.home-return{margin:0 0 25px;padding:0 0 18px;border-bottom:1px solid var(--rule)}
.home-return .eyebrow{margin:0 0 5px;color:#68727c;font-size:10.5px;text-transform:uppercase;letter-spacing:.08em}
.home-return h2{margin:0 0 9px;font-size:20px;line-height:1.35}
.home-return p{margin:.45em 0;font-size:14px;line-height:1.75}
.archive-stats{display:flex;flex-wrap:wrap;gap:8px 16px;margin:12px 0 0;color:#66717a;font-size:10.5px}
.home-section-title{margin:25px 0 12px;padding-bottom:5px;border-bottom:1px solid #222;font-size:13px}
.reading-paths{display:grid;grid-template-columns:1fr 1fr;gap:0 22px;margin:0 0 22px}
.reading-path{padding:8px 0;border-bottom:1px dotted #c7d0d8}
.reading-path h3{margin:0 0 3px;font-size:13px;line-height:1.4}
.reading-path p{margin:0;color:#65717b;font-size:10.5px;line-height:1.55}
.category-index .post-card{margin-bottom:16px;padding-bottom:14px}
.category-index .post-card h3{font-size:15px;margin:2px 0 4px}
.category-index .post-card p{font-size:12.5px;line-height:1.65;margin:4px 0 5px}
.category-index .post-card .meta{font-size:10px}
.post-navigation{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;margin:22px 0 6px;padding:12px 0;border-top:1px solid #d8e0e7;border-bottom:1px solid #d8e0e7;font-size:10.5px;line-height:1.45}
.post-navigation .older{text-align:left}.post-navigation .newer{text-align:right}.post-navigation .category{text-align:center;white-space:nowrap}
.post-navigation .nav-label{display:block;color:#78828a;font-size:9px;margin-bottom:2px}
.about-page .content p,.about-page .content li{font-size:14px;line-height:1.78}
.about-page .content h3{margin:24px 0 7px;font-size:14px}
.about-page .restoration-note{margin-top:22px;padding:11px 12px;background:var(--soft);border-left:3px solid var(--blue-soft);font-size:11px;line-height:1.6}
.archive-index .year-heading{margin:26px 0 8px;font-size:17px;border-bottom:1px solid #222;padding-bottom:5px}
.archive-index .month-heading{margin:18px 0 7px;font-size:12px;color:#525c65}
.archive-list{list-style:none;margin:0;padding:0}.archive-list li{padding:5px 0;border-bottom:1px dotted #d2d9df;font-size:11.5px;line-height:1.5}.archive-list .archive-date{display:inline-block;width:82px;color:#707980;font-size:10px}
.technical-note{font-size:10px;color:#727b83}
@media(max-width:820px){.reading-paths{grid-template-columns:1fr}.post-navigation{grid-template-columns:1fr 1fr}.post-navigation .category{grid-column:1/-1;grid-row:2}.home-return p{font-size:14px}}
@media(max-width:540px){.post-navigation{display:block}.post-navigation>div{margin:8px 0;text-align:left!important}.archive-list .archive-date{width:auto;display:block;margin-bottom:1px}.about-page .content p,.about-page .content li{font-size:13.5px}}


/* === Editorial final 2026: apresentação e Sobre === */
.home-manifesto{
  margin:0 0 30px;
  padding:0 0 22px;
  border-bottom:1px solid var(--rule);
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:15.5px;
  line-height:1.82;
  text-align:justify;
  hyphens:auto;
}
.home-manifesto p{margin:.72em 0}
.home-manifesto .manifesto-axiom{
  margin:1.15em auto;
  text-align:center;
  line-height:1.75;
  letter-spacing:.01em;
}
.home-manifesto .manifesto-question{
  margin:1.25em 0 .85em;
  text-align:center;
  font-size:1.08em;
}
.home-manifesto .manifesto-choice{
  display:grid;
  grid-template-columns:2.8em 1fr;
  gap:.3em;
  align-items:start;
  margin:.55em 0;
  text-align:justify;
}
.home-manifesto .manifesto-choice p{margin:0}
.home-manifesto .choice-number{font-weight:bold;text-align:right}
.home-manifesto .manifesto-or{margin:.2em 0;text-align:center;font-style:italic}
.home-manifesto .manifesto-turn{margin-top:1.25em;text-align:center}
.about-minimal-title{text-align:center;border-bottom:0;margin-bottom:26px}
.about-quotes{max-width:620px;margin:0 auto;padding:6px 0 20px}
.about-quotes blockquote{
  margin:0 0 34px;
  padding:0 18px 22px;
  border:0;
  border-bottom:1px solid var(--rule);
  text-align:center;
}
.about-quotes blockquote:last-child{border-bottom:0}
.about-quotes p{
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.75;
  font-style:italic;
}
.about-quotes cite{
  display:block;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:12px;
  line-height:1.6;
  font-style:normal;
  color:#4f5962;
}
@media(max-width:820px){
  .home-manifesto{font-size:15px;line-height:1.78}
}
@media(max-width:600px){
  .home-manifesto{font-size:14.5px;line-height:1.72;text-align:left;hyphens:none}
  .home-manifesto .manifesto-choice{grid-template-columns:2.4em 1fr;text-align:left}
  .about-quotes p{font-size:17px;line-height:1.68}
}

/* Variante editorial: o “Sobre o blog” se define pelas próprias afinidades. */
.about-poetic{
  padding:1px 1px 14px!important;
  font-size:10.5px!important;
  line-height:1.62!important;
  text-align:left;
  color:#333b42;
}
.about-poetic .about-quote{
  margin:0 0 5px;
  font-style:italic;
}
.about-poetic .about-quote-second{
  margin-top:17px;
}
.about-poetic .about-source{
  margin:0;
  color:#68727c;
  font-size:9.4px;
  line-height:1.5;
}
.leftbar .about-box{
  margin-bottom:36px;
}
@media(max-width:820px){
  .about-poetic{font-size:11px!important;}
}
