:root { --bg-dark: #121212; --bg-panel: #1e1e1e; --text-main: #e0e0e0; --text-highlight: #4fa64d; } body { background-color: var(--bg-dark); color: var(--text-main); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin-bottom: 0; } .separador-vertical { border-right: 1px solid #333; min-height: 100vh; margin: 0; } .text-subtitle { color: #81c784; font-weight: 600; }