#path-bar{gap:8px;display:flex;color:white;background:#222;padding:6px 10px;border-bottom:1px solid #333;box-shadow:0 2px 4px #0006}#path-bar button{padding:0;width:26px;height:26px;border:none;border-radius:6px;background:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.15s}#path-bar button img{width:18px;height:18px}#path-bar .path-box{flex:1;min-width:0;display:flex;align-items:center;background:#444c;border-radius:10px}#path-text{margin:0 8px;font-size:14px;font-weight:600;font-family:monospace;text-align:left;direction:rtl;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media (hover:hover){#path-bar button:hover{background:#444}}