/* App shell polish (Tailwind handles layout). */
::selection {
    background-color: rgba(241, 106, 45, 0.22);
}

/* Monospace fields stay readable */
textarea.font-mono,
textarea.font-monospace {
    font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas, monospace;
    font-size: 0.8125rem;
    line-height: 1.5;
}
