html, body { height: 100%; margin: 0; }
body { background: #0B0B0F; color: #F2EDE4; font-family: -apple-system, "Segoe UI", Roboto, sans-serif; }
.marca { min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 10px; color: #E8B64C; font-family: Georgia, "Times New Roman", serif; font-size: 42px; letter-spacing: .02em; }
.marca-error small { font-family: -apple-system, "Segoe UI", Roboto, sans-serif; font-size: 15px; color: #9C968C; }
