/* Base visual neutra para a próxima etapa do design. */
html:not(.dark) body,
html:not(.dark) body > .page,
html:not(.dark) .page-content,
html:not(.dark) .workflow-shell {
    background-color: #ffffff !important;
    background-image: none !important;
}

html:not(.dark) .bg-dots,
html:not(.dark) .dots,
html:not(.dark) body > .fixed.pointer-events-none,
html:not(.dark) .workflow-shell > main > .absolute.pointer-events-none {
    display: none !important;
}