/* filesystem_tree.css — indented tree of folders/files; the cwd row + its path highlighted. */
.ft-cwd { fill: rgba(251, 191, 36, 0.16); stroke: rgba(251, 191, 36, 0.5); stroke-width: 1; }
.ft-trail { fill: none; stroke: rgba(251, 191, 36, 0.6); stroke-width: 1.5; stroke-linejoin: round; stroke-linecap: round; }
.ft-row { font-size: 13px; font-family: ui-monospace, Menlo, Consolas, monospace; }
.ft-dir { fill: #7dd3fc; }
.ft-file { fill: #94a3b8; }
.ft-onpath { fill: #cbd5e1; font-weight: 600; }
.ft-here { fill: #fde68a; font-weight: 700; }
