/* sshportal web overrides (kept minimal; tailwind via CDN does the heavy lifting). */
html,
body {
    font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

[x-cloak] {
    display: none !important;
}

#xterm-container {
    padding: 8px;
}

#xterm-container .xterm,
#xterm-container .xterm-viewport,
#xterm-container .xterm-screen {
    height: 100% !important;
}