Índice
<style>
.index-grid .disabled-section { position: relative; filter: grayscale(100%) contrast(60%); opacity: .65; }
/* Deixa os links apagados */ .index-grid .disabled-section .index-links a { color: #d0d0d0; text-decoration: none; }
/* "EM BREVE" no centro da célula */ .index-grid .disabled-section::after { content: "EM BREVE"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; font-size: 1.7em; font-weight: 900; color: #000; text-shadow: 0 0 2px #aaa; pointer-events: none; z-index: 2; }
</style>