#proteo-canvas { background: #0d0d0d; color: #e0e0e0; font-family: 'Courier New', Courier, monospace; padding: 4rem; min-height: 100vh; display: flex; justify-content: center; align-items: center; line-height: 1.6; } #manifesto { max-width: 600px; } p { margin-bottom: 2rem; transition: opacity 0.3s; } .truth { border-left: 2px solid #555; padding-left: 1rem; font-style: italic; } #dismantle { color: #ff3e3e; font-weight: bold; } .footer { font-size: 0.8rem; color: #444; text-transform: uppercase; letter-spacing: 0.2rem; } hr { border: 0; border-top: 1px solid #333; margin: 3rem 0; }