Feature: Estúdio de Poesias profissional com dual-stage engine, analise de metricas literarias, guia fonetico, audio TTS narrado, player com equalizer e exportacao PDF/TXT

This commit is contained in:
2026-08-31 11:21:33 +00:00
parent 88d7163b9f
commit 3931af93db
4 changed files with 1086 additions and 255 deletions
+12 -1
View File
@@ -4133,12 +4133,23 @@ code {
}
@media (max-width: 768px) {
#musicaLeftPanel, #musicaRightPanel {
#musicaLeftPanel, #musicaRightPanel,
#poesiaLeftPanel, #poesiaRightPanel {
min-width: 100% !important;
width: 100% !important;
}
}
.wave-bar-poesia.wave-active {
animation: wave-pulse-poesia 0.8s infinite ease-in-out alternate;
}
@keyframes wave-pulse-poesia {
0% { height: 20%; background-color: #eab308; }
50% { height: 95%; background-color: #f59e0b; }
100% { height: 40%; background-color: #fbbf24; }
}